测试已测试 | ✗ |
Lang语言 | Obj-CObjective C |
许可证 | MIT |
发布最新版本 | 2016年4月 |
由 Hariton Batkov 维护。
您是否厌倦了编写类似于标准 iOS 联系人页面的 UITableViewControllers?为 BLContactsViewController 编写一个类似于下面的 delegate 方法
-(NSArray *)titlesForContactsController:(BLContactsViewController *)controller
并且像这样显示
[self.navigationController pushViewController:[BLContactsViewController contactsControllerWithDelegate:self] animated:YES];
更多自定义选项。
要运行示例项目,请克隆仓库,然后首先从 Example 目录运行 pod install
。
Hariton Batkov,[email protected]
BLContactsViewController 可在 MIT 许可下使用。有关更多信息,请参阅 LICENSE 文件。