Explain the difference between viewdidload and viewdidappear?
Answer / Abhishek Rajput
viewDidLoad is a method that gets called when a view controller's view is loaded into memory for the first time. It's used to perform one-time setup tasks, like setting up initial UI elements. viewDidAppear is called every time the view controller becomes visible on the screen after being hidden (e.g., by switching between view controllers or rotating the device). It's useful for updating UI elements that may have been affected by changes in other view controllers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain me app bundle?
Which compiler is used by ios? : IOS Architect
What are various singleton instances provided by frameworks?
Explain me how to parse xml?
Is ios 9 still supported by apple?
Explain app bundle?
What are extra features added in ios 9?
Explain what is iphone architecture?
What is sandbox in iOS operating system?
Does ios supports multi-tasking functionality?
What is race condition in ios?
What is a struct in iOS operating system?