ios - Is delegate still unsafe unretained? -


i'm reading bnr 3rd edition, , says delegate unsafe unretained instead of weak default backwards compatibility. , wondering if still true newest version of xcode because not many people have old ios version anymore?

delegate nulling supported in ios 5.0 , above. if targeting 5.0 or above use weak.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -