In iOS application there are only few ways to disable user interaction for the whole screen or UI. Some developers use property (User Interaction Enabled) for a specific control, some uses MBProgressHud class by displaying spinner or some uses user interaction disabled view.
But apple does have a single line of code to ignore interaction events.
Here it is:-
0 Comment(s)