2
0

Remove status bar from login screen.

This commit is contained in:
Maarten Billemont
2014-04-13 15:45:08 -04:00
parent 965d5efe7f
commit 11d1dc711d
4 changed files with 53 additions and 42 deletions

View File

@@ -23,9 +23,6 @@ typedef NS_ENUM(NSUInteger, MPCombinedMode) {
@interface MPCombinedViewController : UIViewController
@property (strong, nonatomic) IBOutlet UIView *usersView;
@property (strong, nonatomic) IBOutlet UIView *passwordsView;
@property(assign, nonatomic) MPCombinedMode mode;
@end