Quincey Morris wrote:
> 
>> I have a UIDatePicker in an .xib file with its File's Owner set to a custom 
>> class, MyTimeDatePickerVC. The MyTimeDatePickerVC inherits from 
>> UIViewController, and has an IBOutlet attached to the UIDatePicker.
> 
> What does the IBOutlet declaration for the UIDatePicker look like?
> 
> 

@interface MyTimeDatePickerVC : UIViewController <UITableViewDelegate, 
UITableViewDataSource>
{
        IBOutlet UIDatePicker *myTimeDatePickerUI;

The connection is shown in the margin as the circle with a central dot, as 
expected, and on inspection, it shows it's connected to the 
MyDateTimePickerVC~iphone's Picker.
-W
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to