Added some documentation
This commit is contained in:
parent
7949d936a6
commit
a4b90244db
22 changed files with 691 additions and 247 deletions
|
@ -128,7 +128,7 @@
|
|||
|
||||
imagePickerController.delegate = self;
|
||||
imagePickerController.dataSource = self;
|
||||
[imagePickerController setImagePickerTitle:@"Emoticards"];
|
||||
imagePickerController.imagePickerTitle = @"ImagePicker";
|
||||
|
||||
[self.navigationController presentModalViewController:imagePickerController animated:YES];
|
||||
[imagePickerController release];
|
||||
|
|
Reference in a new issue