Who calls the dealloc strategy?
Answer / Hemant Sahu
In Apple iOS, the dealloc method is called by Objective-C's automatic memory management system when an object goes out of scope or is explicitly released.
| Is This Answer Correct ? | 0 Yes | 0 No |
. How do you change the content of your app in order to change the views displayed in the corresponding window?
What is the use of controller object UIApplication?
What is @dynamic and any place where it is used?
What is a weak var?
What are design patterns in ios?
Flow of push notification?
What is viper code?
What is @implementation?
What are the ios devices?
Is the object retained if I call performSelector:withObject:afterDelay:?
What is a delegate xcode?
What is cocoa touch?