What happens when we invoke a method on a nil pointer?
Answer / Veeresh Kumar Shakya
When you attempt to call a method on a nil (null) object in iOS, the program will crash with an exception known as 'NSInvalidArgumentException'.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the current iphone ios?
What is ios realm?
Explain usage of struct?
Define cocoa?
What is delegate in ios with example?
Outline the class hierarchy for a UIButton until NSObject.
Explain @synchronized ,@dynamic
Explain Inapp purchase in iOS
What is the viper?
What is nsmanagedobjectmodel?
What is singleton pattern in ios?
What happens when we invoke a method on a nil pointer?