. List down app's state transitions when it gets launched.
Answer / maanya
Before the launch of an app, it is said to be in not running state.
When an app is launched, it moves to the active or background state, after transitioning briefly through the inactive state.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between nil and nil?
Explain iglistkit?
Which is the application thread from where uikit classes should be used?
What is strong weak in ios?
Difference b/w collectionView & uitableview?
What performance issues can you face when using coredata?
A tableview with while tapping on cell show a popOver. and tapping on it move to another view controller, is it possible if yes? then how?
Which object is create by uiapplicationmain function at app launch time?
What is view object in iOS operating system?
What is nsoperation and nsoperationqueue in ios?
What is category and class extension? How these differ?
Explain how an autorelease pool works at the runtime level