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

change tint and background colors of a ABPeoplePickerNavigationController embedded in a tab bar view controller

i have a tab bar controller in witch i would like to embed a ABPeoplePickerNavigationController. I' done so by putting this code in viewDidLoad [super viewDidLoad]; _addressBookController = [[ABPeoplePickerNavigationController alloc]…
0
votes
1 answer

ABPeoplePickerNavigationController Class Reference

peoplePickerNavigationController:shouldContinueAfterSelectingPerson: is deprecated in iOS 8. Does anyone know the substitute method?
0
votes
1 answer

ABPeoplePickerView is leaving hidden windows? (OSX)

This is how I discovered the problem: My app has a small dialog window with an ABPeoplePickerView. This window (or its controller) is correctly deallocated when finished with. When the app terminates, in applicationShouldTerminate: I iterate through…
AlexT
  • 596
  • 7
  • 15
0
votes
1 answer

Custom text over ABPeoplePickerNavigationController "All Contacts" header

In Apple Calendar app, if you inviting people to event you will see specific text under header: In my app I'm using people picker too. I would like to add a custom hint for a user over All Contacts header. IBAction for a button: -…
Boris Y.
  • 4,387
  • 2
  • 32
  • 50
0
votes
1 answer

Why does ABPeoplePickerView crash on double click?

Having set its nameDoubleAction and target, the ABPeoplePickerView behaves as expected when you double-click on a name. There is also a column for properties - you can add properties such as email and phone at design time in the attributes…
AlexT
  • 596
  • 7
  • 15
0
votes
2 answers

UI Bug with ABPeoplePickerNavigationController when presented in a modal form sheet

I am seeing a very weird UI bug with the ABPeoplePickerNavigationController on iPad (in landscape) where when a user clicks the search bar in the PeoplePicker then subsequently cancels out, the keyboard is not resigned and the UI of the people…
Glavid
  • 1,071
  • 9
  • 19
0
votes
1 answer

ABPeoplePicker Delegate pattern question

I have a subclassed UIViewController that's acting as an ABPeoplePicker Navigation Controller Delegate. This view controller calls this ABPeoplePicker in a few different situations and the problem I'm having is figuring out which situation I'm…
Meltemi
  • 37,979
  • 50
  • 195
  • 293
0
votes
3 answers

I want to merge two object either in an array or prior to saving

I am saving the first and last name from ABpeoplepickerNavcontroller, I would like to merge the first and last name prior to saving into an array so that when i retrieve it, they would be together. The first code is the object being created: //…
Michael Robinson
  • 1,439
  • 2
  • 16
  • 23
0
votes
1 answer

Saving addressbookUI data to an array

I'm trying to save the kABFirstNamePropert, kABLastNameProperty and kABAddressProperty all saved into an array for recall later, I'm just not getting it, can anyone lend me a hand or point me in the right direction? Thanks. I'm a super NOOb on…
Michael Robinson
  • 1,439
  • 2
  • 16
  • 23
0
votes
2 answers

ABPeoplePickerNavigationController Delegate Not Working

My goal is to allow the user to import contact details (phone, name and email) from contacts. When I set up an ABPeoplePickerNavigationController and set the delegate to self, the delegate methods are not being called. The people picker view is…
ChemDev
  • 827
  • 1
  • 8
  • 23
0
votes
0 answers

IOS ABPeoplePickerNavigationController crash

I am developing an iOS application. I have used ABPeoplePickerNavigationController. If ABPeoplePickerNavigationController screen open with presentModalViewController method from another screen also opened with presentModalViewController method then…
hiwordls
  • 781
  • 7
  • 17
  • 35
0
votes
1 answer

presentViewController and UIViewController layout

I have a UIViewController that has a parent UITabBarController. At the start the UIViewController is located above the UITabBarController. after returning from the call to address book the UIViewController is located below it (its height increased…
0
votes
1 answer

ABPeoplePickerNavigationController display all contact data in a single cel

Hi i am developing a app where when i click contacts it goes to ABpeoplePicekrNavigationcontroller and display all contacts in the form of list in the table.But i want to select all contacts so that i want to perform some action.So how can i achive…
Abhilash
  • 638
  • 4
  • 11
  • 28
0
votes
2 answers

iOS: Removed cancel button reappears after using search controller

I am using an ABPeoplePickerNavigationController in my app and have overrode the navigation bar buttons to my own using UINavigationControllerDelegate. - (void)navigationController:(UINavigationController *)navigationController…
Chun
  • 1,968
  • 3
  • 17
  • 18
0
votes
1 answer

Reference custom contact source when using ABPeoplePickerView (OS X)

ABPeoplePickerView (OS X) does not appear to allow one to use a custom contact source, instead forced to reference the stock Address Book database. It appears that the corresponding framework in the IOS platform does allow a custom source. Is this…
Ron
  • 3
  • 2
1 2 3
8
9