iphone - Complete list of Lifecycle functions of ViewController from Starting To End of that Life without using the NIB and With using NIB? -


I want to see the complete list of the controller's lifecycle functions with the correct sequence. Please give a talent.

Please specify with exact sequence number and to start ViewController With life-time work .

Please specify Usage: and with only the short description with the serial number. Example:

with use of NIB

1.alloc

Usage: blah..blah ..

2..init

Usage: Blah..blah ..

3 ... viewdidload

Usage: blah .. Blah ..

without using NIB

1.alloc

Usage: blah..blah ..

2..init

Usage: blah..blah.

3 ... viewdidload

Usage: blah..blah ..

..

.. < P> ..

Everyone must listen, please understand that we already have to make this concept easier as an iPhone Developer.

Once we all understand

I have searched this Google but I can not find the correct answer.

Because

NSLog (@ "viewDidLoad" Call in each method.

Experienced programmer will use NSLog (@ "% s", __PRETTY_FUNCTION __); Prints the name of the method and it can be copied and pasted faster.

> Minister may make it easier to tell in detail.

Comments