Hi,
I would like to develop a loading component like (https://github.com/jdg/MBProgressHUD),
I know how I’ll add activity indicator widget and how to add black rounded background Image.
The problem is . .I want to disable the user interaction on all screen elements, so that none of the ‘touch’ event listener get fired.
Please let me know how to achieve this.
Thanks,