Are you bored writing UITableViewControllers that looks like standard iOS Contacts page? Write one delegate method for BLContactsViewController like:
-(NSArray *)titlesForContactsController:(BLContactsViewController *)controller
and present it like
[self.navigationController pushViewController:[BLContactsViewController contactsControllerWithDelegate:self] animated:YES];
More customization inside.
To run the example project, clone the repo, and run pod install
from the Example directory first.
BLContactsViewController is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "BLContactsViewController"
Hariton Batkov, [email protected]
BLContactsViewController is available under the MIT license. See the LICENSE file for more info.