Edwin B

Results 5 comments of Edwin B

I changed how the UIImagePickerController was presented. ``` - (void)selectFromLibraryWasPressed { UIImagePickerController *picker = [[UIImagePickerController alloc] init]; picker.delegate = self; picker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary; picker.mediaTypes = [[NSArray alloc] initWithObjects:(NSString *)kUTTypeImage, nil];...

Can you provide more details?

Hi, Thanks for your input. I had the intentions to put in on Cocoapods but I lack the time (and focus) to work on this. Do you want to fork...

I will schedule some time and do this last step.

This happens if you extend the edges beneath the navigation bar. To remedy this I used a hack as shown below. This is a temporary solution until someone finds a...