I'm looking out for some solution regarding the custom progress view.
Basically, i would like to fill the image below to represent the loading progress,just like the one's we have in games.
Any ideas how to achieve it??
I'm looking out for some solution regarding the custom progress view.
Basically, i would like to fill the image below to represent the loading progress,just like the one's we have in games.
Any ideas how to achieve it??
Create custom view class and add animation sequence in that class to show your images in sequence infinitly.
Add that view to mainwindow like this (UIWindow*)[[UIApplication sharedApplication].windows objectAtIndex:0];
call bringSubviewToFront to show that view on any view where u want this loading screen(view).
Masking using CoreGraphics:
Your
mask.png
should be non-transparent image filled like inverted alpha - black for visible parts, white for transparent.