Can I get some help on this..
I am trying to move to View2 from View1 by clicking a "move to View 2" button on view 1. View 2 needs to load lots of images so it takes more time to show up. I am also implementing view animations to switch to view 2. The animation does not look good as View2 takes too much time to get prepared to display.
How can I use UIProgressHUD to resolve this. I would like the users to see a 'Waiting Window" while being on View 1 and move with smooth transition to View 2.
Thanks in advance for the help...
I am trying to move to View2 from View1 by clicking a "move to View 2" button on view 1. View 2 needs to load lots of images so it takes more time to show up. I am also implementing view animations to switch to view 2. The animation does not look good as View2 takes too much time to get prepared to display.
How can I use UIProgressHUD to resolve this. I would like the users to see a 'Waiting Window" while being on View 1 and move with smooth transition to View 2.
Thanks in advance for the help...