We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692d47a commit 53e4d97Copy full SHA for 53e4d97
Source/Classes/SLKTextViewController.m
@@ -89,9 +89,9 @@ - (void)commonInit
89
90
#pragma mark - View lifecycle
91
92
-- (void)viewDidLoad
+- (void)loadView
93
{
94
- [super viewDidLoad];
+ [super loadView];
95
96
self.view.backgroundColor = [UIColor whiteColor];
97
@@ -1197,11 +1197,6 @@ - (void)didReceiveMemoryWarning
1197
[super didReceiveMemoryWarning];
1198
}
1199
1200
-- (void)viewDidUnload
1201
-{
1202
- [super viewDidUnload];
1203
-}
1204
-
1205
- (void)dealloc
1206
1207
_tableView.delegate = nil;
0 commit comments