开发者

Changing keyboard layout in UITextField causes memory leak

开发者 https://www.devze.com 2023-01-01 09:09 出处:网络
I have created UITextField in UITableViewCell i开发者_运维技巧n my app, and I receive strange memory leak with it.

I have created UITextField in UITableViewCell i开发者_运维技巧n my app, and I receive strange memory leak with it.

When I launch my application and tap this UITextField - there is no problem with it. I can type text in English, no leaks at this moment.

But when I press globe button on a keyboard to switch to another language(for instance, Russian), I receive the memory leak in UIKeyboardInputManager, even if I don't type any text in non-english language.

Any ideas?

Tested both in simulator and iphone.


I would assume this is an issue with iOS, not even Apple is perfect. File a bug report with Apple.

http://bugreport.apple.com

0

精彩评论

暂无评论...
验证码 换一张
取 消