@property IBOutlet
@property IBOutlet
- Subject: @property IBOutlet
- From: koko <email@hidden>
- Date: Mon, 25 Apr 2011 21:57:41 -0600
Using this ;
@property (nonatomic, retain) IBOutlet UIPickerView myPickerView;
and
@synthesize myPickerView;
do I still need to connect the outlet in IB? My observation says yes but am I not understanding something?
I.e. why define IBOutlet on the @property?
-koko
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden