UIInputView's memory is leaked in iOS 16

whenever create UIInputView using init(frame:style:), then property is leaked in iOS 16.

but using xib / init(coder:) isn't leaked.

You can check Instruments and memory debugger.

I wonder this issue relating to this one https://developer.apple.com/forums/thread/713490

Can anyone confirm it was fixed? It seems that I'm hitting the same issue right now.

UIInputView's memory is leaked in iOS 16
 
 
Q