Hi,
We have a custom UITableViewCell which has a UIButton, and has an IBAction method on the custom cell class.
The cell is defined on an .xib file.
The app is compiled with XCode 6.0. It seems that when we run it on iOS 9.0 neither the UIButton or the UITextField respond to the user taps.
The IBAction is not called, and the keyboard doesn't show up when the text field is tapped.
Any idea on how to solve this?
Thanks!