dmitric / DLCImagePickerController

ImagePickerController with live filters, radial blur and more. Brought to you by Backspaces.

Home Page:www.backspac.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"self.wantsFullScreenLayout" is deprecated in iOS7

thedp opened this issue · comments

In 'DLCImagePickerController.m', the 'viewDidLoad' contains the following deprecated code: self.wantsFullScreenLayout = YES

picker.extendedLayoutIncludesOpaqueBars = YES;