Posts

Post not yet marked as solved
3 Replies
625 Views
I asked this question earlier today: https://stackoverflow.com/q/57904625/347339The proposed solution seems very hacky to me... Is this something Apple overlooked for iOS 13? Has anyone else encountered this and has come up with not a "hacky" solution?
Posted
by Stunner.
Last updated
.
Post marked as solved
4 Replies
2.7k Views
I have authored this library and have noticed that if I run the sample project (macOS 10.14.6 running Xcode 11 beta 6), click on the top row named STATextField and then tap on any of the text fields the app merely freezes without logging anything to concole or activating the debugger.If you want to try this issue for yourself that would be recommended but I would advise changingshowBackForwardToolBar = YES;to showBackForwardToolBar = NO;within SampleSTATextFieldController's viewDidAppear method.If you want to enable verbose logging for the project change#define STACONTROLS_DEBUG 0to#define STACONTROLS_DEBUG 1within STACommon.h.I am at a loss as to what could be the culprit...
Posted
by Stunner.
Last updated
.