UIWindowLevel with windowlevel
How to use:
- Download the code
- Copy "CustomStatusBar" folder in you project.
- #Import "CustomStatusBar.h"
- example of usage
_customStatusBar=[[CustomStatusBar alloc] initWithFrame:[UIApplication sharedApplication].statusBarFrame];
[_customStatusBar showWithStatusMessage:@"This is multi window with it's level." viewController:self];
Please refer iOsNeelShah for more information.
