Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I am a noob in ios programming. Please, explain me the meaning for these __strong and __weak properties and why they are used?
strongandweak是在属性声明中使用的修饰符,而__strongand__weak是在变量声明中使用的修饰符。
strong
weak
__strong
__weak