> On Jun 16, 2013, at 9:08 PM, Quincey Morris wrote:
>
> On Jun 16, 2013, at 17:29 , Kyle Sluder wrote:
>
>> For this reason, that document recommends you use a weak declared
>> property for outlets to non-top-level objects. You should probably
>> follow that recommendation.
>
> Under the circu
On Jun 16, 2013, at 18:16 , Kyle Sluder wrote:
> Meh. As a Mac programmer, your approach would indeed be my instinct, but I'm
> trying to train myself to be more modern.
Better still, it occurred to me after posting, would be to use Refactor… to
convert the app to ARC. That would be even more
On Jun 16, 2013, at 6:08 PM, Quincey Morris
wrote:
> On Jun 16, 2013, at 17:29 , Kyle Sluder wrote:
>
>> For this reason, that document recommends you use a weak declared
>> property for outlets to non-top-level objects. You should probably
>> follow that recommendation.
>
>
> Under the circ
On Jun 16, 2013, at 17:29 , Kyle Sluder wrote:
> For this reason, that document recommends you use a weak declared
> property for outlets to non-top-level objects. You should probably
> follow that recommendation.
Under the circumstances, since this is a manual RR app, just releasing the
UIDat
Kyle Sluder wrote:
> On Sun, Jun 16, 2013, at 05:00 PM, Daniel Wambold wrote:
>> 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 IBO
On Sun, Jun 16, 2013, at 05:00 PM, Daniel Wambold wrote:
> 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 UI
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 UIDateP
On Jun 16, 2013, at 15:30 , Daniel Wambold 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 declara
Sorry, I should have been more precise: The problem is progressive memory
growth each time the ViewController is displayed. If I add the [release], the
memory footprint reverts to its pre-viewcontroller display level each time the
VC is dismissed.
-Dan
___
Dear List,
I am using manual retain count memory management (started long before ARC was
available) for an iOS app. 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 a
10 matches
Mail list logo