Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
248 views

Memory leak with ABPeoplePickerNavigationController?

I'm using this code to display the contacts in an app. - (IBAction) selectContact:(id)sender { ABPeoplePickerNavigationController *picker = [[ABPeoplePickerNavigationController alloc] init]; ...
3
votes
1answer
701 views

How can I change the look of ABPeoplePickerNavigationController so that i can see phone number type (home,mobile etc)

I am using ABPeoplePickerNavigationController in my app ,but client wants to see label of phone number infront of name say "Name number type" Ali mobile Ali home is there a way to customize ...
2
votes
2answers
539 views

iphone - cant push modal views after adding subview to window?

Im my application I have the following code, the first bit runs when my application launches, and it presents a login screen in a modal view. With my rootController added to the window before that. ...
2
votes
2answers
345 views

ABPeoplePickerView - How do I get it to scroll to a selected record?

I'm using the ABPeoplePicker in a Mac OS X application. I've hooked up a button that changes the selected record to the default 'Me' record. This works fine, and the record gets selected, but, I need ...
1
vote
1answer
42 views

Display ABPeoplePickerNavigationController using storyboard segue

I have a new project where I want to display a People Picker, when a button is touched. So I have a UIButton that segues to a generic UIViewController with the identifier showContacts. I set the ...
1
vote
1answer
139 views

GroupMe Contacts | Address Book

I want to build a ContactsTableViewController like that of GroupMe. It shows all my Address Book contacts and even which ones are GroupMe users. It seems that ABPeoplePickerNavigationController ...
1
vote
1answer
92 views

ABPeoplePickerNavigationController saving larger image takes a LONG time

I use ABPeoplePickerNavigationController to import iPhone Contacts into my app. I recently decided, instead of just saving the thumbnail image, to save the entire image as well. With iPad and possibly ...
1
vote
1answer
175 views

How to select multiple entries in address book using ABPeoplePickerNavigationController

I need to allow the user to select multiple entries from the iPhone address book before proceeding to the next action. Currently if I use the ABPeopleNavigationController, it only allows me to pick ...
1
vote
1answer
230 views

Adding a subview to UINavigationController then back to the first subview?

I have a Navigation-Based app in which i added ABPeoplePickerNavigationController as a subview to my Navigation Contorller like this: I have saved the view before adding subview into navView. ...
1
vote
0answers
82 views

Is it possible to setContentInset of ABPeoplePicker & UIImagePickerController?

I know it's possible to add a inset for a UITableView like so: [self.tableView setScrollIndicatorInsets:UIEdgeInsetsMake(5, 0, 46, 0)]; [self.tableView setContentInset:UIEdgeInsetsMake(5, 0, 46, 0)]; ...
1
vote
3answers
230 views

iPhone - People picker, is it possible to change the naviagtion bar color and text?

A quick iPhone question, I currently use a people picker in my application, I use a black navigation bar in my application but the people picker displays in the default blue color. I have tried: ...
1
vote
1answer
373 views

How to get email from selected ABPerson in ABPeoplePickerView

I need to access selected person's e-mail from my Cocoa application. I've placed ABPeoplePickerView onto main window and got a list of selected persons via [peoplePicker selectedRecords]. How do I ...
1
vote
1answer
356 views

Find current viewController to push a ABPersonViewController in Titanium Mobile

in an application I'm working on, I need to interact with iPhone's AddressBook. Currently, Titanium mobile doesn't expose the native widget so I decided to write a module to trying to overcome this ...
1
vote
2answers
734 views

Crash in ABPeoplePicker when called from another modal viewcontroller and both dismissed

(Note: I filed this question before in the context of my project, but I've now recreated the crash in a test project. Any help in telling me what I'm doing wrong would be appreciated.) The crash ...
1
vote
1answer
390 views

ABPeoplePickerNavigationController actually executing

i have the contact list showing up perfectly in the simulator. it takes the phone number and places it in the text box. so i decided to try it on my iphone and it actually executes the thing i tap on. ...
1
vote
2answers
378 views

how to hide some properties using ABPeoplePicker

greetings! when using peoplePickerNavigationController:(ABPeoplePickerNavigationController *)peoplePicker shouldContinueAfterSelectingPerson:(ABRecordRef)person, a view with all of the contact's ...
0
votes
1answer
30 views

Getting the cropped version of a picture from the address book

I load a contacts picture from the address book using the following code: - (BOOL)peoplePickerNavigationController:(ABPeoplePickerNavigationController *)peoplePicker ...
0
votes
1answer
45 views

Add phone number to existing contact

I am trying to add a phone number to an existing contact using the AddressBook framework, after selecting a person with the picker this method is called: - (BOOL) ...
0
votes
3answers
71 views

why is peoplePickerDelegate not getting address of the delegate right?

The scenario is that I have more than one view that wants to invoke the Address Book. So as not to duplicate the code of the delegate in each view I have located the code in the App Delegate's header ...
0
votes
0answers
83 views

Using ABPeoplePickerNavigationController - disappearing navigationBar prompt when selecting a person

I am trying to reproduce the functionality as shown in the iPhone's phone application under the "Favorites" tab, in which you press the add "+" button to display the address book contacts, and once ...
0
votes
0answers
122 views

Use PeoplePicker to Show Only Contacts with Photo & Display It

Are there any display options available with peoplePickerNavigationController? I am trying to do the following: Display only contacts that have an existing photo Include the thumbnail photo in the ...
0
votes
1answer
242 views

To make ABPeoplePickerNavigationController work like Contact App is way to complicated?

I am trying to make ABPeoplePickerNavigationController work like Contact App and find it is way too complicated. I am not sure if this is because I have done it wrong or it is just the way it is. The ...
0
votes
0answers
40 views

how to get last inserted contact detail(in address book) to button in iphone sdk?

I have one task to develop that user can add contact detail in it's iPhone address book and get data from it's iPhone address book. my question is when i insert contact detail in address book its ...
0
votes
1answer
212 views

How to check if phone number exists for a particular user in address book

I am using the following code to retrieve the user's phone numbers from the address book ABMultiValueRef phones = ABRecordCopyValue(ref, kABPersonPhoneProperty); //EXC_BAD_ACCESS error if a user ...
0
votes
0answers
36 views

Tracking call drop functionality on iPhone

I am working on call monitoring part including keeping track of Missed Calls of user iPhone,Also if i can send any default recorded/text message to caller at other end regarding my unavailability. ...
0
votes
1answer
119 views

iPhone ABPeoplePickerNavigationController Memory Leaks

I am going through my application killing off all the memory leaks and the analyze tool comes up with a leak using the abpeoplepickernavigationcontroller. I understand it is something to do with a ...
0
votes
0answers
117 views

How to push a ABPeoplePickerNavigationController?

I am having some trouble while using ABPeoplePickerNavigationController. I am developing an ipad application. I wanted to push ABPeoplePickerNavigationController to my navigation controller hierarchy. ...
0
votes
1answer
154 views

How to get an email using ABPeoplePicker?

I'm not finding Apple's documentation very helpful for actually getting data with a people picker, and there doesn't seem to be much other information on the internet :( I assume I need to get the ...
0
votes
0answers
71 views

The app get redirected ABPersonView controller

I am implementing this delegate method in my application. The ABperson view controller. - (BOOL)personViewController:(ABPersonViewController *)personViewController ...
0
votes
0answers
109 views

ABPeoplePickerNavigationController reload/refresh contact list

I REALLY need some help. its over a week that i am looking for this with no success. I built a tab bar application and on my "Contacts" tab, i call the ABPeoplePicker...controller anyway, when i ...
0
votes
2answers
146 views

ABPeoplePicker calls the number chosen

I'm using the people picker so the user can choose a phone number from their contacts to use in the app. When the user clicks on the number, the phone app opens and that number is called... Is there ...
0
votes
1answer
153 views

Limit ABPeoplePicker to just one group, not all contacts

In one of my apps I am saving contacts in the address book and putting them in a group I create to differentiate them from the rest of the contacts. Is there a way I could show all the people from ...
0
votes
1answer
100 views

How can i add new records in ABPeoplePickerView?

i want to add new records in ABPeoplePickerView and want to retrieve that added record so please any body have idea about it.
0
votes
1answer
400 views

ABPeoplePickerNavigationController and UITableViewController in a UITabBarController

Please see below for my own answer, I figured it out after hours and hours. Hopefully I save someone some time. I currently have a button on my UI that will modally present an ...
0
votes
0answers
226 views

iPhone can I display just favourite contacts using People Picker?

I am new to iPhone development and and I cant find any info on this on line but I may be looking in the wrong places. I have followed the IOS documentation to create a test app where I click a ...
0
votes
1answer
212 views

Getting warning in setting delegate for ABPeoplePickerNavigationController

I am trying to build an app with the following code snippets My Interface definition is @interface CreateMessageViewController : UIViewController and the method I am calling as result of Button ...
0
votes
0answers
43 views

ABPeoplePickerView deselectRecord does not deselect records. Not working?

I have now been trying this for about 2 days now. I have an ABPeoplePickerView in my Cocoa application which i use to select contacts and a button which is used to deselect the selected contacts. My ...
0
votes
0answers
101 views

accessing phone number from an address book

A month ago i was new to this but have done a lot since then. Now I am working on the QuickStart app in the AddressBook Programming Guide for iOS. I got it working but would also like it to display ...
0
votes
1answer
347 views

Address Book in an Popover

Does anyone have an example of tell me how I might open up the ABPeoplePickerNavigationController inside a popover. I have the NavigationController that is being used in the popover doing the ...
0
votes
2answers
560 views

Weird crash in ABPeoplePicker

I'm using ABPeoplePicker and I'm getting a strange crash: Assertion failure in -[UISearchDisplayController setActive:animated:], /SourceCache/UIKit/UIKit-1447.6.4/UISearchDisplayController.m:589 ...
0
votes
1answer
513 views

Get phone number from peoplePickerNavigationController

Overview: I am trying to get the phone number and full name when people use the peoplePicker and clicks on the name. Then, I'd like to display the full name on a textfield and save the phone number as ...
0
votes
1answer
171 views

ABPeoplePicker Crash for Only One Person

I have an app that only crashes for one of my tester’s - no one else’s. But it crashes consistently for her. It’s very odd. Details: She has in iPhone 4 and an iPhone 3Gs The app crashes on all ...
0
votes
1answer
260 views

Issues with alert view, 'delegate' undeclared error

This may be a school boy error, but I am trying to embed a UIAlertView after someone selects a contact property in the peoplePickerNavigationController that is NOT an address. What am I doing wrong to ...
0
votes
1answer
175 views

Reload/Refresh an ABPersonViewController

In my app, users can view and edit their Address Book contacts. Right now, I'm trying to support iOS 4 backgrounding. Here's my problem. If a user is viewing a contact, say "John Appleseed" in my ...
0
votes
1answer
286 views

Setting a prompt in an ABPeoplePickerNavigationController

I'm having trouble getting this code to set the prompt: // Create a PeoplePicker ABPeoplePickerNavigationController *objPeoplePicker = [[ABPeoplePickerNavigationController alloc] init]; ...
0
votes
1answer
135 views

How to put my address book data into UITextField

ABAddressBookRef _addressBookRef = ABAddressBookCreate (); NSArray* allPeople = (NSArray *)ABAddressBookCopyArrayOfAllPeople(_addressBookRef); NSMutableArray* _allItems = [[NSMutableArray alloc] ...
0
votes
1answer
407 views

ABPeoplePickerNavigationController programmatic searching?

I want to pull up the user's address book and use the new PeoplePicker controller to slice the results to show just those that match a certain term. I see that UIPeoplePickerNavigationController has a ...
0
votes
1answer
489 views

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 ...
0
votes
3answers
173 views

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. ...
0
votes
1answer
141 views

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 ...