What is difference between weak and strong in ios?
Answer / Akshay Srivastava
In Objective-C, 'weak' refers to a reference that does not prevent an object from being deallocated. 'Strong' is a stronger reference, preventing the referenced object from being deallocated as long as there are other strong references.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the significance of autorelease?
Explain app's state transitions when it gets launched?
What is gcd ios?
What language is ios written?
What is Task?
what is Xcode?
What is completion handler in ios?
What is active state in ios?
Does ios have garbage collection?
Explain what is iphone architecture?
what is your preferred programming language? Why? How long will it take you to learn a new programming language?
How to registering your device with the program portal for iphone development?