I just fired up my Pixate-enabled app in the iOS 9 simulator, and it crashes all over the place with messages like:
-[UITextField preventStyling]: unrecognized selector sent to instance 0x7fa8b96d6330
Failed to set (styleClass) user defined inspected property on (UITextField): -[UITextField preventStyling]: unrecognized selector sent to instance 0x7fa8b96d6330
and...
-[UISearchBarTextField preventStyling]: unrecognized selector sent to instance 0x7fda5af39350
Anyone know why this preventStyling thing is creating issues? I don't explicitly using it anywhere in my code. It appears to get called when using styleClass.
I just fired up my Pixate-enabled app in the iOS 9 simulator, and it crashes all over the place with messages like:
and...
Anyone know why this
preventStylingthing is creating issues? I don't explicitly using it anywhere in my code. It appears to get called when usingstyleClass.