Define 'weak' keyword?
Answer / Shivali Vishnoi
In Apple iOS, the 'weak' keyword is used in ARC to indicate a weak reference to an object. This means that the object may be deallocated at any time, and the weak reference will be set to nil automatically.
| Is This Answer Correct ? | 0 Yes | 0 No |
How we can execute some code when app is in background?
How do you fix app errors on iphone?
What does ios mean on my iphone?
How to parse json? Explain
How to use core data objects between two threads?
What are the Different types of persistent stores?
Explain interfaces?
Explain How to access document directory
Different types of persistent stores? Which all types can we have on ios?
Difference between iOS 3 , iOS4, iOS 5, iOS 6, iOS 7 and iOS 8 (What are the new features)
what are all instruments available in Xcode?
What is the difference between retain & assign in iOS operating system?