- (void)viewWillLayoutSubviews {
[super viewWillLayoutSubviews];
self.view.frame = CGRectMake(0, 20, 320, 460);
}
- (void)viewWillLayoutSubviews {
[super viewWillLayoutSubviews];
self.view.frame = CGRectMake(0, 20, 320, 460);
}
642

被折叠的 条评论
为什么被折叠?