一句代码极速获取按A~Z分组精准排序的通讯录联系人 OC版( 已处理姓名所有字符的排序问题 )
-
Updated
Feb 20, 2019 - Objective-C
Add a description, image, and links to the contact topic page so that developers can more easily learn about it.
To associate your repository with the contact topic, visit your repo's landing page and select "manage topics."
It should be possible to add the address(es) of a person to the vCard. As the vCard format has all address parts in separated fields we will have to get them as dedicated arguments. Several(all?) of these parts are optional.
The corresponding methods should be added to the vCard class.