Skip to content

Commit

Permalink
readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomtzlosa committed Apr 20, 2012
1 parent d1ffd1d commit afd8911
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file not shown.
4 changes: 4 additions & 0 deletions README.mdown
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Example:
// Set your contact list setting record ids (optional) // Set your contact list setting record ids (optional)
controller.recordIDs = [NSArray arrayWithObjects:@"1", @"2", nil]; controller.recordIDs = [NSArray arrayWithObjects:@"1", @"2", nil];


//Window show in Modal or not
controller.showModal = YES; //Mandatory: YES or NO
//Show tick or not
controller.showCheckButton = YES; //Mandatory: YES or NO
[self presentModalViewController:controller animated:YES]; [self presentModalViewController:controller animated:YES];
[controller release]; [controller release];


Expand Down

0 comments on commit afd8911

Please sign in to comment.