In my project in one view i want to make all the view disable except one button, So i am using
[self.view setUserInteractionEnabled:NO];
As i have many components it is difficult to enable and disable every component so i am using it.
But I want to enable one button there are many buttons.