When I test my application running on the iPhone 6 simulator, everything works as expected. If, however, I test it on an iPhone 5 or iPhone 5.1, I canβt get it to trigger events with buttons. Im using Xcode 4.5.2 without using storyboards, and I tested with simple buttons with actions such as:
- (IBAction)test:(id)sender { NSLog(@"YEES"); }
And the actions are connected using drag and drop in the interface builder. I just can't get him fired. Do you have any ideas on what might be the problem?
January 18th update:
If I do a βnormalβ click on a button in the iPhone 5 / 5.1 simulator, nothing happens. If I am a little βslowβ, press the button, the button will be pressed / selected. If I make a "very slow" click, for example, keeping the button pressed for 3 seconds, I get a button click event! How is this possible?
user328146
source share