开发者

MFMessageComposeViewController without text field

开发者 https://www.devze.com 2023-04-11 11:38 出处:网络
Is开发者_开发百科 there a native view controller available (in iOS 5) similar to MFMessageComposeViewController but without the message field? Basically I just need to pick contacts from the address b

Is开发者_开发百科 there a native view controller available (in iOS 5) similar to MFMessageComposeViewController but without the message field? Basically I just need to pick contacts from the address book just like the iCal Invitees picker but with the token field and search table!


I've implemented my own picker with tokenizing text field and contacts picker. Have a look and feel free to use & extend.

https://github.com/eaigner/COPeoplePickerViewController


If you just want to pick some people from the address book, then that's what he ABPeoplePickerNavigationController is for.


Have you looked at ABPeoplePickerNavigationController? This is for browsing the address book.

http://developer.apple.com/library/ios/DOCUMENTATION/AddressBookUI/Reference/ABPeoplePickerNavigationController_Class/Reference/Reference.html

0

精彩评论

暂无评论...
验证码 换一张
取 消