I am a noob in ios programming. Please, explain me the meaning for these __strong and __weak properties and why they are used?
Asked
Active
Viewed 705 times
1 Answers
10
strong
and weak
are modifiers used in property declarations while __strong
and __weak
are used in declarations of variables.

Nikolai Ruhe
- 81,520
- 17
- 180
- 200