0

Where "[super viewDidLoad];" should be declared in viewDidLoad method ??

Will it make any difference if we have the [super viewDidLoad]; at the end of the method.

Baby Groot
  • 4,637
  • 39
  • 52
  • 71

1 Answers1

0

Easy answer - before your own methods to let application do all initialization work.

Read this answer for more info: `[super viewDidLoad]` convention

Community
  • 1
  • 1
Mehdzor
  • 789
  • 4
  • 9
  • 23