-1

I have .xib file in my app. I inserted the .xib file as subview to the viewController. I have user interaction is enabled, and on iOS 8 it works just as expected but then when I run my app on iOS 7 User Interaction is not working.

1 Answers1

2

Check in attribute inspector, user interaction enabled checked or not.

Uttam Sinha
  • 722
  • 6
  • 9
  • I would suggest then running your app on a physical device (both iOS 7 & 8) and say the results. If you can't then it may be a bug in xcode. – Jesse Onolemen Apr 02 '15 at 18:13