Re: MutableArray losing contents
Re: MutableArray losing contents
- Subject: Re: MutableArray losing contents
- From: Dean Pulsifer <email@hidden>
- Date: Fri, 2 Apr 2010 16:56:16 -0400
The array pointer is not null and it has the same value as when it was full.
Yes, it is a member of the controller class.
On Fri, Apr 2, 2010 at 4:30 PM, Jens Alfke <email@hidden> wrote:
>
> On Apr 1, 2010, at 8:05 PM, Dean Pulsifer wrote:
>
> The second NSBrowser delegate to get hit is willDisplayCell:atRow:column:
>> When I get to this call, the array has 0 objects. The self pointer is
>> still
>> the same.
>>
>
> Is the array pointer nil? Sending any message to a nil pointer returns zero
> (or its equivalent).
> If not, is the array pointer still the same value as it was before when it
> had stuff in it?
>
> And just to clarify the obvious, the array pointer is an instance variable
> of your controller, right?
>
> —Jens
_______________________________________________
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