0

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

rmaddy
  • 314,917
  • 42
  • 532
  • 579
sreejith.virgo
  • 333
  • 1
  • 4
  • 15
  • You can try UIView's opaque property. Set yourView.opaque = YES; – Ramaraj T Nov 01 '13 at 07:18
  • 2
    Once 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

0 Answers0