Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 03-21-2011, 11:35 AM   #1 (permalink)
Registered Member
 
Join Date: Jan 2011
Location: London
Posts: 13
Simo++ is on a distinguished road
Default Modifying the contents of NSMutable Array

Hi, just having trouble figuring this out.

Basically I have an NSMutableArray that I have populated with my custom objects. I want to access one particular object in this array and then modify a property of this object.

All I can find online is replace object suggestions, but do I really have to recreate an entire object to change one little value?

An example would be very much appreciated.

What I am trying to achieve is to change the bool value of an object in lapArray to true.

Code I currently have that obviously doesn't compile:

Code:
[[lapArray objectAtIndex:indexPath.row]displayBinary] = TRUE;
Simo++ is offline   Reply With Quote
Old 03-21-2011, 11:36 AM   #2 (permalink)
Emphasizing Fundamentals
 
BrianSlick's Avatar
 
Join Date: Jul 2009
Location: NoVA / DC Area
Age: 36
Posts: 7,990
BrianSlick has a spectacular aura about
Default

Code:
YourClass *theObject = [theArray objectAtIndex:index];
[theObject setWhatever:YES];
__________________
BriTer Ideas LLC - Professional iOS App Development. Available for hire.

SlickShopper 2 | Free NSLog utility | Leave a PayPal donation.

Are you a newbie? Things you should read:
Definitive Guide To Properties | UITableView Series | Guide To Troubleshooting | Model Object Overview

Do you sit at a desk all day? Walk instead! Follow along with my treadmill desk adventures.
BrianSlick is offline   Reply With Quote
Old 03-21-2011, 11:45 AM   #3 (permalink)
Registered Member
 
Join Date: Jan 2011
Location: London
Posts: 13
Simo++ is on a distinguished road
Default

Quote:
Originally Posted by BrianSlick View Post
Code:
YourClass *theObject = [theArray objectAtIndex:index];
[theObject setWhatever:YES];
Fastest response ever!

Brilliant, works like a dream.

Cheers
Simo++ is offline   Reply With Quote
Reply

Bookmarks

Tags
change value, nsmutablearray

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 345
10 members and 335 guests
condor304, Creativ, Domele, dreamdash3, LEARN2MAKE, michelle, mistergreen2011, Sami Gh, shagor012, tinamm64
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,662
Threads: 94,119
Posts: 402,896
Top Poster: BrianSlick (7,990)
Welcome to our newest member, shagor012
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 01:31 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0