Possible Duplicate:
Should IBOutlets be strong or weak under ARC?
In the documentation, I read"Outlets should generally be weak, except for those from File’s Owner to top-level objects in a nib file (or, in iOS, a storyboard scene) which should be strong."
Examples? I don't understand when it's better use "weak" instead of "strong" property for an IBOutlet.