• Home
  • Raw
  • Download

Lines Matching refs:super

91 // Warn if UIViewController is our superclass and we do not call super
100 …ller:' instance method in UIViewController subclass 'TestB' is missing a [super addChildViewContro…
101 …pear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidAppear:] ca…
102 …pear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidDisappear:]…
103 …nload' instance method in UIViewController subclass 'TestB' is missing a [super viewDidUnload] cal…
104 …dLoad' instance method in UIViewController subclass 'TestB' is missing a [super viewDidLoad] call}}
105 …nload' instance method in UIViewController subclass 'TestB' is missing a [super viewWillUnload] ca…
106 …pear:' instance method in UIViewController subclass 'TestB' is missing a [super viewWillAppear:] c…
107 …pear:' instance method in UIViewController subclass 'TestB' is missing a [super viewWillDisappear:…
108 …rning' instance method in UIViewController subclass 'TestB' is missing a [super didReceiveMemoryWa…
109 …oller' instance method in UIViewController subclass 'TestB' is missing a [super removeFromParentVi…
115 // Do not warn if UIViewController is our superclass but we did call super
125 [super removeFromParentViewController];
129 [super addChildViewController:childController];
133 [super viewDidAppear:animated];
137 [super viewDidDisappear:animated];
141 [super viewDidUnload];
145 [super viewDidLoad];
149 [super viewWillUnload];
156 [super viewWillAppear:animated];
160 [super viewWillDisappear:[self methodReturningStuff]];
164 [super didReceiveMemoryWarning];
167 // We expect a warning here because at the moment the super-call can't be
171 …oller' instance method in UIViewController subclass 'TestC' is missing a [super removeFromParentVi…
175 // Do warn for UIResponder subclasses that don't call super
182 …tResponder' instance method in UIResponder subclass 'TestD' is missing a [super resignFirstRespond…
191 return [super resignFirstResponder];
195 // Do warn for NSResponder subclasses that don't call super
201 …WithCoder:' instance method in NSResponder subclass 'TestF' is missing a [super restoreStateWithCo…
203 …WithCoder:' instance method in NSResponder subclass 'TestF' is missing a [super encodeRestorableSt…
212 [super restoreStateWithCoder:coder];
215 [super encodeRestorableStateWithCoder:coder];
219 // Do warn for NSDocument subclasses that don't call super
225 …eWithCoder:' instance method in NSDocument subclass 'TestH' is missing a [super restoreStateWithCo…
227 …eWithCoder:' instance method in NSDocument subclass 'TestH' is missing a [super encodeRestorableSt…
236 [super restoreStateWithCoder:coder];
239 [super encodeRestorableStateWithCoder:coder];