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.
Asked
Active
Viewed 501 times
-1

user3374800
- 21
- 4
-
Did you try on device with the same screen size ? – KIDdAe Apr 01 '15 at 15:55
-
Yes I tried. Unfortunately It is iOS version issue. – user3374800 Apr 01 '15 at 17:31
-
Do you have a view introspection tool, like Reveal? That can reveal misconfigured views or event-sucking views that you didn't even know existed. The built in Xcode 6 introspection tool is worth a look too. – Rhythmic Fistman Apr 01 '15 at 21:56
1 Answers
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