How do I display the full addressbook in a table using the UITableview and Addressbook classes?
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- back button text does not change
相关文章
- 现在使用swift开发ios应用好还是swift?
- Could I create “Call” button in HTML 5 IPhone appl
- TCC __TCCAccessRequest_block_invoke
- xcode 4 garbage collection removed?
- Xcode: Is there a way to change line spacing (UI L
- Unable to process app at this time due to a genera
- How can I add media attachments to my push notific
- How do you detect key up / key down events from a
With the help of below link,i developed the application similar to your query.once go through it.
http://developer.apple.com/iphone/library/samplecode/QuickContacts/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009475-Intro-DontLinkElementID_2
Hope,this might be helpful for you.
Ramya.
I'm going to go right ahead and guess Cocoa/Obj-C and the system Address Book.
I'm also going to assume that you know the basics of setting up an
NSTableViewDatasource
object.This page at developer.apple.com should be instructive; on a related note, you probably want to use the people picker provided by the AddressBook.framework.