I have a view loading multiple subviews and subviews loading within the subview. I want to disable user interaction with all views except last loaded subview. Please help ,Thanks
Asked
Active
Viewed 418 times
0
-
You can try UIView's opaque property. Set yourView.opaque = YES; – Ramaraj T Nov 01 '13 at 07:18
-
2Once you disable interaction for Parent all the respective subviews also get disable. Please elaborate what you want to know. – ajay Nov 01 '13 at 07:20