Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 015def0

Browse files
committed
viewDidLoad is also requires super
viewDidLoad is also requires `super`
1 parent 3d0b757 commit 015def0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Source/Classes/SLKTextViewController.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,4 +531,11 @@ NS_CLASS_AVAILABLE_IOS(7_0) @interface SLKTextViewController : UIViewController
531531
/** UIAlertViewDelegate */
532532
- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex NS_REQUIRES_SUPER;
533533

534+
#pragma mark - Life Cycle Methods Requiring Super
535+
536+
/**
537+
Configures view hierarchy and layout constraints. If you override this method, make sure to call [super viewDidLoad].
538+
*/
539+
- (void)viewDidLoad NS_REQUIRES_SUPER;
540+
534541
@end

0 commit comments

Comments
 (0)