BLContactsViewController 0.1.5

BLContactsViewController 0.1.5

测试已测试
Lang语言 Obj-CObjective C
许可证 MIT
发布最新版本2016年4月

Hariton Batkov 维护。



alt tag

您是否厌倦了编写类似于标准 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 文件。