Lines Matching refs:super
72 // Warn if UIViewController is our superclass and we do not call super
81 …ller:' instance method in UIViewController subclass 'TestB' is missing a [super addChildViewContro…
82 …pear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidAppear:] ca…
83 …pear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidDisappear:]…
84 …nload' instance method in UIViewController subclass 'TestB' is missing a [super viewDidUnload] cal…
85 …dLoad' instance method in UIViewController subclass 'TestB' is missing a [super viewDidLoad] call}}
86 …nload' instance method in UIViewController subclass 'TestB' is missing a [super viewWillUnload] ca…
87 …pear:' instance method in UIViewController subclass 'TestB' is missing a [super viewWillAppear:] c…
88 …pear:' instance method in UIViewController subclass 'TestB' is missing a [super viewWillDisappear:…
89 …rning' instance method in UIViewController subclass 'TestB' is missing a [super didReceiveMemoryWa…
90 …oller' instance method in UIViewController subclass 'TestB' is missing a [super removeFromParentVi…
96 // Do not warn if UIViewController is our superclass but we did call super
106 [super removeFromParentViewController];
110 [super addChildViewController:childController];
114 [super viewDidAppear:animated];
118 [super viewDidDisappear:animated];
122 [super viewDidUnload];
126 [super viewDidLoad];
130 [super viewWillUnload];
137 [super viewWillAppear:animated];
141 [super viewWillDisappear:[self methodReturningStuff]];
145 [super didReceiveMemoryWarning];
148 // We expect a warning here because at the moment the super-call can't be
152 …oller' instance method in UIViewController subclass 'TestC' is missing a [super removeFromParentVi…
156 // Do warn for UIResponder subclasses that don't call super
163 …tResponder' instance method in UIResponder subclass 'TestD' is missing a [super resignFirstRespond…
172 return [super resignFirstResponder];
176 // Do warn for NSResponder subclasses that don't call super
182 …WithCoder:' instance method in NSResponder subclass 'TestF' is missing a [super restoreStateWithCo…
184 …WithCoder:' instance method in NSResponder subclass 'TestF' is missing a [super encodeRestorableSt…
193 [super restoreStateWithCoder:coder];
196 [super encodeRestorableStateWithCoder:coder];
200 // Do warn for NSDocument subclasses that don't call super
206 …eWithCoder:' instance method in NSDocument subclass 'TestH' is missing a [super restoreStateWithCo…
208 …eWithCoder:' instance method in NSDocument subclass 'TestH' is missing a [super encodeRestorableSt…
217 [super restoreStateWithCoder:coder];
220 [super encodeRestorableStateWithCoder:coder];