You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The KVNProgress is very good,
I support the direction of the project protrait and landscape lete and landscape right,but i set it can not to rotate in my BaseViewController,the status bar is can not be rotate now,
BaseViewController.m - (BOOL)shouldAutorotate { return NO; }
after that
[KVNProgress showWithStatus:@"logining..."]; ... [KVNProgress dismiss];
the status bar can be rotated,
can you help me? Thank you vary much.
The text was updated successfully, but these errors were encountered:
PlayingXR
changed the title
My status bar was can be rotate after use KVNProgress
The status bar can be rotated after KVNProgress has been used
Mar 8, 2017
The KVNProgress is very good,
I support the direction of the project protrait and landscape lete and landscape right,but i set it can not to rotate in my BaseViewController,the status bar is can not be rotate now,
BaseViewController.m
- (BOOL)shouldAutorotate { return NO; }
after that
[KVNProgress showWithStatus:@"logining..."]; ... [KVNProgress dismiss];
the status bar can be rotated,
can you help me? Thank you vary much.
The text was updated successfully, but these errors were encountered: