Can I use gif image instead of default loading indicator? I am using this code so far but not getting any result. Can anyone suggest what is wrong in this code?
You can do this by creating a UIImageView that animates a set of images, and then set the customView property of your MBProgressHUD to be that UIImageView.
Here's a tutorial about creating a UIImageView that animates the images: Create Custom Activity Indicator for your iOS App
link to the tutorial
Hope it help...