A: 

I just write IBOutlet in the @property declaration. It won't hurt to put it in both spots though.

You're not asking the difference between the whole lines though are you?

Kurbz
Yeah thats what i wanted to confirm , do we need to write it at both points.
T. A.
You only need `IBOutlet` in the `@property` declaration but both lines are still necessary.
Kurbz
+3  A: 

Apple now recommends that you only put the IBOutlet declaration on the @property.

pkananen