What is appdelegate in xcode?
Answer / Rinki
AppDelegate is a special class generated by Xcode for every iOS project. It serves as the glue between your application and the system, managing launching and termination of the application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is synthesize in ios?
Is a delegate retained?
What is plist file and explain about it is usage in iOS operating system?
Multitasking support is available from which version?
what are fetched properties?
What is suspended state in ios?
What happens if iapplication object does not handle an event?
Which is easier android or ios development?
Define autorealease pool?
. Name the app sate which it reaches briefly on its way to being suspended
Have you uploaded app on appstore? What is the process?
Difference between ScrollviewdidScroll and didendDecelerating delegates?