How is the app delegate is declared by Xcode project templates?
Answer / maanya
App delegate is declared as a subclass of UIResponder by Xcode project templates.
| Is This Answer Correct ? | 2 Yes | 1 No |
What is arc in ios?
What three types of navigation styles are used in ios?
what is the difference between nonatomic & atomic
Explain mutable and immutable types in objective c programming language?
Is the object retained if I call performSelector:withObject:afterDelay:?
What do you know about the ios kernel?
What is an ios framework?
What is foundation framework in ios?
Explain @property ,@synthesize
What happens when we invoke a method on a nil pointer?
What is difference strong and weak reference ? Explain.
Explain what is the stack of autorelease pools. How autorelease pool work under the hood?