Re: Confused by memory issue with UIDatePicker
Re: Confused by memory issue with UIDatePicker
- Subject: Re: Confused by memory issue with UIDatePicker
- From: Daniel Wambold <email@hidden>
- Date: Sun, 16 Jun 2013 20:00:57 -0400
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 (email@hidden)
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:
This email sent to email@hidden