Added some documentation

This commit is contained in:
Jeena Paradies 2009-11-14 14:27:14 +01:00
parent 7949d936a6
commit a4b90244db
22 changed files with 691 additions and 247 deletions

View file

@ -128,7 +128,7 @@
imagePickerController.delegate = self;
imagePickerController.dataSource = self;
[imagePickerController setImagePickerTitle:@"Emoticards"];
imagePickerController.imagePickerTitle = @"ImagePicker";
[self.navigationController presentModalViewController:imagePickerController animated:YES];
[imagePickerController release];