for(NSDictionary *feed in Feeds) { NSString *feedName=[feed objectForKey:@\"name\"]; if(listofBusiness==nil)
This is getting silly and driving me crackers. I have a small test view controller where I loop through ten questions.The answer get checked and the score goes up or stays the same. This happens in a
I\'m faced with a small problem. I have a UITableView with 2 sections: folders and individual posts (inks). Posts are saved into a NSMutableArray and folders are an array of arrays that contain posts.
I have a problem with this method. I have eleven images with this names: Articulo 1.png, Articulo 2.png, etc. I dont know why , but my array of images only has the last image. Am I doing something wro
I need so sort an array with an array inside, something like this: NSMutableArray * array_example = [[NSMutableArray alloc] init];
I have An NSMutableArray of NSMutableDictionary Which Looks like this Object 1 of Array value=1forKey=a
I have a instance variable which is a NSMutableArray @interface SummaryWindowController : NSWindowController {
well i am storing An id of a student into a NSMUtableArray what i am trying is that to expand that array to accept two field rather than just the student id
I know indexOfObject could return th开发者_C百科e index of the element in an array, but I check this method is an NSArray method rather than an NSMutableArray method, and the element in my array is ob
So I am creating a NSWindowController like so: if ( summaryWindow ) { [summaryWindow release]; } // end if