I’ve used SVProgressHUD which I liked but it didn’t support orientation changes. I am using MBProgressHUD but it is a modal HUD.
Is there any good alternative to these? I need the HUD to be non-modal and needs to support orientation changes.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Simply setting:
is all it takes to achieve a non-modal behavior (allow touches to pass through the HUD). You don’t even have to modify the actual MBProgressHUD code.