@@ -22,7 +22,7 @@
}
- (void)loadView {
- self.view = [UIView new];
+ self.view = [[UIView alloc] initWithFrame:UIScreen.mainScreen.bounds];
- (void)render {