-1

Im trying to recreate the contacts app for learning purpose . you can see in your iphones it has 5 tabs . and in the 3rd tab is selected the contacts are shown with a "+" bar button item. How do i implement this? using address book framework this seems not possible since it can only be presented modally , I dont want to show it modally I want it to be one of the view controller itself . enter image description here . I have a snapshot of it but I cant post it cuz I need to have 10 reputation to do so ......

1

Sri Ram
  • 35
  • 8

1 Answers1

0

Here is the sample example as per your requirement :

https://github.com/Kadasiddha/AddressBook

Output will be as given below:

AddressBook Example

Hope this will help you.

Karlos
  • 1,653
  • 18
  • 36
  • I have seen this , this is not Im looking for . its presenting the ABPeoplePicker modally I dont want that .When I open the App the first thing I want to see should be like above screenshot – Sri Ram Aug 13 '15 at 06:02
  • please explain required init im new to ios swift – Sri Ram Aug 13 '15 at 06:22
  • 1
    http://www.raywenderlich.com/forums/viewtopic.php?f=11&t=20359 for init explanation – Karlos Aug 13 '15 at 06:36
  • I have created a sample code as per your requirement. I have given the GitHub link for the sample code. – Karlos Aug 13 '15 at 07:00