NSMutableArray *array;
    array = [[NSMutableArray alloc]init]; 
    [array addObject:@"uber uns"];
    [array addObject:@"Weiterempfehlen"];
    [array addObject:@"App Bewerten"];

    NSInteger *elements = [array count];

get index value

NSInteger index = 0;
Book *aBook = [myArray objectAtIndex:index];
NSString *title = aBook.title;

By admin-powenko

Dr. Powen Ko is a teacher and CEO on LoopTek LLC, and like to teaching. if you need to class, please let PowenKo know, he will love to service and sharing. LoopTek web site is www.looptek.com

Leave a Reply