You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tap on a TextField to fire the modal. It works like charm for iOS > 9.x, but on 9.x the error -[UILabel setAdjustsFontForContentSizeCategory:]: unrecognized selector sent to instance 0x7fb1b3ee18e0 is printed out on the console.
Which platform(s) does your issue occur on?
iOS emulator version 9.3
iOS device version 9.2.1
iOS device model me432b/a (iPhone 5s)
Please, provide the following version numbers that your issue occurs with:
It's a NativeScript Angular 5 project
tns --version
3.4.3
tns-ios
3.4.1
Packages Used
Steps to reproduce the bug
Tap on a TextField to fire the modal. It works like charm for iOS > 9.x, but on 9.x the error -
[UILabel setAdjustsFontForContentSizeCategory:]: unrecognized selector sent to instance 0x7fb1b3ee18e0
is printed out on the console.Is there any code involved?
The text was updated successfully, but these errors were encountered: