Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

arunarora

macrumors newbie
Original poster
May 26, 2009
8
0
Hello,
I want to add ABPeoplePickerNavigationController as a subview on my screen of an iphone application.

I have added as:
picker = [[ABPeoplePickerNavigationController alloc] init];
picker.peoplePickerDelegate = self;
[self.pickerview addSubview: picker.view];
where pickerview is a UIView pointer on the screen to add the subview.

I tried it using "presentModalViewController:" and it is working perfectely, but in this way it covers the whole screen , and my requirement is to add it on my screen as a subview like a table.

can anybody help?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.