thedp

Results 6 issues of thedp

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

Hi, I believe there is a difference between the code on Github and the Pods (DLCImagePickerController 0.0.1). When will the pods be updated? Thank you.

The db is opened successfully, but the `performQuery`'s `withBlock` is not executed for some reason. It seems the issue happens when a query related error occurs. ``` [[AFSQLManager sharedManager]openLocalDatabaseWithName:@"testdb.sqlite" andStatusBlock:^(BOOL...

A very useful lib. One question, will this pass App Store's review? Thanks.

It's very limiting to have a single variable to set the color for both navigation bar tintColor, table view sectionIndexColor and search bar tintColor. This prevents people from using the...

I've created multiple logic adapters to handle the input by calling 3rd party APIs and access a DB. I want to avoid unneeded calls to the APIs and my DB....