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.
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
Post a Comment