Questions tagged [abpeoplepickerview]

The ABPeoplePickerView class allows you to customize the behavior of people-picker views in an application’s user interface.

The ABPeoplePickerView class allows you to customize the behavior of people-picker views in an application’s user interface. Inherits from NSView : NSResponder : NSObject

It is in the AddressBook.framework.

References:

131 questions
0
votes
1 answer

ABPeoplePickerView Warning NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8

Using Mac OS 10.8.3 and xCode 4.6.1 and using ABPeoplePickerView with a very simple Cocoa App with XIB using ABPeoplePickerView results in an run time warning coming from ABPeoplePickerView: 2013-04-02 21:58:36.848 AddressbookTest[4462:303] **…
JeanNicolas
  • 357
  • 3
  • 9
0
votes
3 answers

NSString has null value when concatenated

I have a UITableView with multiple sections. A section of the tableview has 2 rows, of which one is editable(insert button) and other displays a name from addressbook. On the click of the insert button in the cell, I am loading peoplePickerView and…
Xavi Valero
  • 2,047
  • 7
  • 42
  • 80
0
votes
1 answer

ABPeoplePickerNavigationController issue. How to show only contacts with emails?

Is there any way to provide the screen, where user can see only contacts than contains emails? (because by default I see all contacts on this screen) ABPeoplePickerNavigationController *picker = [[ABPeoplePickerNavigationController alloc] init]; …
Venil Aminovich
  • 109
  • 1
  • 9
0
votes
1 answer

How to go back from person details back to contact list in ABPeoplePicker?

I have a ABPeoplePickerNavigationController and i want to add a BACK button from the contact page (look at the image) to the contact list. I found it and fixed it - the answer for anyone who need is in the code in my answer.
Amir Foghel
  • 853
  • 1
  • 12
  • 28
0
votes
1 answer

Need way to display iPhone addressbook contacts

I have been following many examples to add addressbook functionality to one of my views. I am getting stumbled between Addressbook API, ABPeoplePickerNavigationController and how to fit them into UITableView. I am highly confused as to what all…
Nirav Bhatt
  • 6,940
  • 5
  • 45
  • 89
0
votes
0 answers

How to specify a group when displaying an ABPeoplePickerNavigationController?

This question seems to be answered by 50% only: How to specify a group when displaying an ABPeoplePickerNavigationController After the contacts will be displayed, all contact groups will be displayed. I want to display all contacts for special…
Alexander
  • 86
  • 1
  • 3
  • 17
0
votes
2 answers

cocoa: is there any way to custom the view(such as ABPeoplePicker View) supplied by Cocoa library

I need to use ABPeoplePickerView to implement my AddressBook application. the view in IB is like this: and it's like the following after running: I want to delete the search field and add a button(like "add") on the top, but I don't know how to…
NOrder
  • 2,483
  • 5
  • 26
  • 44
0
votes
1 answer

How to pick a 'Group' instead of an individual 'Person' from the ABPeoplePickerNavigationController?

Although the Address Book Programming Guide for iOS clearly explains how the ABPeoplePickerNavigationController class allows users to browse their list of contacts and select a person. I was wondering how can a 'Group' be picked instead.
rajat
  • 3
  • 2
0
votes
1 answer

how to show particular selected person contact form Address Book Ui Iphone?

I am implementing address book Ui in my application. And I am getting some problem. I have a record id and i want to show details of that contact form address book UI frame work. For that I have used this code:- …
ios
  • 552
  • 5
  • 22
0
votes
1 answer

How to write code to pick the selected EMail address from phone book to send E-mail from my iphone application

I have implemented send Email code using MFmailComposer... it's FINE but the problem is in picking the Email address of the recipient . i wan t to get the Email address from the address book contacts. How retrieve this any help please i have…
-1
votes
1 answer

How Do I Obtain A User Selected Email Address From ABPeoplePicker?

Someone else here on Stackoverflow posted a way to obtain a user selected phone number from the contacts list. Could be done for email addresses and if so, how do I do it? Here is the code: -…
Kfeavel
  • 43
  • 1
  • 10
1 2 3
8
9