What is the difference between viewdidload and viewwillappear?
Answer / Pramod Pratap Singh
ViewDidLoad is a method called by the system when an UIViewController's view is loaded from a nib file or when it is first loaded programmatically. It is only called once during the lifetime of a view controller. On the other hand, ViewWillAppear is called right before the view of the UIViewController appears on screen. Unlike viewDidLoad, this method will be called every time the view appears on screen, even if it's not reloaded.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is retain counts?
What is the difference between let and var in swift?
What manual memory management ? How it work?
Which app specific objects store the app's content?
Where do you test the developed apps if you do not have the device?
Explain how do I get a call when my ipad rings?
. Name the app sate which it reaches briefly on its way to being suspended
What is ios application?
How to parse xml? Explain
Does ios support multitasking?
What is the maximum byte-size for a push notification to apple server?
Enlist the latest ios development patform?