Extension of iOS-Objective-C and Java. Dive into iOS Foundation and Attribute Strings.
Creating Objects
create objects with alloc and init
1
NSMutableArray *cards = [[NSMutableArray alloc] init]; CardMatchingGame *game = [[CardMatchingGame alloc] initWithCardCount:12 usingDeck:d];