Changing content of object inside NSMutableArray
Changing content of object inside NSMutableArray
- Subject: Changing content of object inside NSMutableArray
- From: Agha Khan <email@hidden>
- Date: Thu, 02 Jul 2009 15:36:27 -0700
HI
I have saved some objects inside GameArray (type NSMutableArray) and I
would like to change of content of an object inside that array.
GameObj is type of UIView so it has a frame.
GameObj* p = [GameArray objectAtIndex:0];
p.frame = frame;
This works, but this is not changing the content inside the GameArray.
How this can be done.
Any help will be very much appreciated.
Best regards
-Agha
_______________________________________________
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