xcode13适配

This commit is contained in:
kai60
2022-03-22 21:46:19 +08:00
parent a5782c83fd
commit 9a5fe717a2
5 changed files with 17 additions and 5 deletions
@@ -17,6 +17,8 @@
- (void)viewDidLoad {
[super viewDidLoad];
self.edgesForExtendedLayout=UIRectEdgeNone;
// Do any additional setup after loading the view.
[self initNav];
[self addTitleView];
@@ -16,6 +16,8 @@
- (void)viewDidLoad {
[super viewDidLoad];
self.edgesForExtendedLayout=UIRectEdgeNone;
// Do any additional setup after loading the view.
self.view.backgroundColor = TABLE_BACKGROUD_COLOR;
[self initNav];
@@ -16,6 +16,8 @@
- (void)viewDidLoad {
[super viewDidLoad];
self.edgesForExtendedLayout=UIRectEdgeNone;
[self setNav];
@@ -17,7 +17,9 @@
- (void)viewDidLoad {
[super viewDidLoad];
self.view.backgroundColor = [UIColor whiteColor];
self.edgesForExtendedLayout=UIRectEdgeNone;
[self initNav];
// Do any additional setup after loading the view.
}