ios - Why does UITextFiled with Secure Text Entry crash when pasting in long string (iOS10) -
this seems affect apps running on ios 10. both on devices , in simulator. there no exception thrown, cpu load jumps 100% , memory runs until app gets killed. still trying isolate issue , appreciate help.
this appears genuine ios10 bug, it's caused when text field has it's 'adjust fit' property enabled. far fix found disable it.
passwordtextfield.adjustsfontsizetofitwidth = false
Comments
Post a Comment