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

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

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

url rewriting - How to redirect a http POST with urlrewritefilter -