Having custom loading animation for IoS loading from server

1.1k views Asked by At

I am porting an android application to iPhone. There is a custom alertdialog for android with custom animation for loading contents from the server. Can we replicate this on iPhone?? Kindly guide for the same and oblige.

2

There are 2 answers

0
Shubham On

No for this we need to show alertDialog programatically in ios there is no available custom alertdialog use https://github.com/jdg/MBProgressHUD it's good for showing alertDialog

0
Wain On

Look for an alert view implementation on github / cocoacontrols which allows you to add a custom subview and show an image animation there (using UIImageView and a set of images which are the frames of your animation).