ios - DO I have to use __strong keyword? -


i saw use following

__strong static foo *_foo = nil; 

i wondering if __strong needed here; mean __strong default? right?

since strong reference default, correct.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

mysql - Pass value between different pages (form) with PHP -