Hey Guys,
This might be out of the realm of the iPhone forum but I was wondering if anyone knew how to display Apple’s animating system loading circle thingy in ObjectiveC? No, I don’t mean the “pinwheel of death” colored circle, I mean the one that is made up of segmented lines.
It can be done because Puzzle Quest does it and Gameloft’s new Tennis game does it too.
Since Unity doesn’t have any way of streaming level loads so that you can show a progress bar, I figure this would be the next best thing as it seems to sit above all else as a system event.
Yes, it does occur to me that they might just have an animating sprite (replicating the look) as part of their load procedure but I just have a hunch that it is part of the core routines of the OS. Correct me if I’m wrong.
Thanks,
-Rob.