What is strong weak in ios?
Answer / Shiv Dutt Dayal
In Swift for iOS development, 'Strong' and 'Weak' are reference attributes. A variable with a strong reference means that the system will retain the object it points to until the variable goes out of scope or is set to nil. Weak references do not keep an object alive; if the object has no other strong references, it may be deallocated at any time.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to deal with sqlite database?
What manual memory management?
What is the difference between android and ios?
Explain what is garbage collection?
How to start a selector on a background thread.
What is the use of appdelegate in ios?
Define fast enumeration?
What is UIApplication?
How to represent layer objects in iOS operating system ?
1 Answers TryTechnicals Pvt Ltd,
How can you respond to state transitions on your app?
What is the difference between viewdidload and viewwillappear?
How to use core data objects between two threads?