Contacts(CNGroup)

CNGroup能将联系人分组,这样有便于用户查看和分类整理联系人。

1 Group Properties

/// 唯一标示符
public var identifier: String { get }
/// 组名 
public var name: String { get }

2 Predicate Methods

/// 通过组id获取组
public class func predicateForGroupsWithIdentifiers(identifiers: [String]) -> NSPredicate

/// 通过容器id获取组
public class func predicateForGroupsInContainerWithIdentifier(containerIdentifier: String) -> NSPredicate

 

Appendix

Sample Code

Swift

Contacts Framework Reference

CNGroup Class Reference

Revision History

时间 描述
2016-01-14 博文完成

CSDN:http://blog.csdn.net/y550918116j

GitHub:https://github.com/937447974/Blog

你可能感兴趣的:(CNGroup,联系人组)