Camera Filters in ios7

Posted by Muhannad Dasoqie on Stack Overflow See other posts from Stack Overflow or by Muhannad Dasoqie
Published on 2013-11-12T09:00:01Z Indexed on 2013/11/12 9:54 UTC
Read the original article Hit count: 313

How I can use the camera filters that already exist in iOS7? If i used this code:

UIImagePickerController *picker= [[UIImagePickerController alloc]init];
picker.delegate = self;
picker.allowsEditing = YES;
picker.sourceType = UIImagePickerControllerSourceTypeCamera;
[self presentModalViewController:picker animated:YES];

the camera will open, and I can capture a photo but without using the filters. my question is: can I use the exist filters in camera view in iOS7?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about filter