I am just reading about memory management practices in ARC as per new guideline it is now best practice to use Strong for IBOutlets.
Can some one confirm this as i was using weak property for all IBOutlets UIKit object and strong for Foundation framework objects previously.
So what is the new memory management practices in iOS9 and Xcode 7?
Reference :
https://www.invasivecode.com/weblog/storyboard-strong-iboutlet-scene-dock/
weak
references for anIBOutlet
. – Hemang