I am working on an application that supports iOS 7 and 8. The application works fine on iOS 7 but when I run it on iOS 8, it freezes when I press one of the UITextField
s.
I have read other answers that talk about not having the UITextField
as it's own delegate. Here is one of those answers: Application freezes after editing custom UITextField
However, to test this out, I have dragged a new UITextField
into the application and not set up the delegate. I have also dragged out a UIButton
.
When I click the UIButton
everything is fine. However, when I click the UITextField
(the one with no delegate set) the application still freezes.