I am programming ios in programming. Please explain to me the meaning of these __ strong and __weak properties and why are they used?
strong and weak are modifiers used in property declarations, while __strong and __weak are used in variable declarations.
strong
weak
__strong
__weak
Source: https://habr.com/ru/post/956948/More articles:Cancel a process while it starts - multithreadingSVG goes black when cloning - javascriptDuplicate (filter) the identifier of the embedded SVG - domJQuery gzoom plugin not working - jquery-pluginsHow to format an unformatted XML document using gVim? - xmljava convert string to xml and parse node - javaReplace spaces with underscores through BASH - linuxCould not find `Test.QuickCheck 'module on Ubuntu - ubuntuInitialization of certain elements of the const const array in C ++ - c ++"Most important constant" versus auto_ptr: why doesn't the code compile? - c ++All Articles