1

I would create a temporary ABAddressBook Database in iOS which doesn't interact with the "normal" ABAdressBook database. I would just like to do it to use the ABPersonViewController. My contacts data is stored in an sqlite.swift database.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Philipp Januskovecz
  • 868
  • 5
  • 14
  • 25

1 Answers1

0

I have been playing around the idea as well, but it is not possible.

As soon as you create address instance, it will be displayed in the "normal" address book as well.

dirtydanee
  • 6,081
  • 2
  • 27
  • 43
  • "As soon as you create address instance, it will be displayed in the "normal" address book as well" True but nothing stops you from immediately deleting it from the normal address book. – matt Oct 01 '15 at 15:44
  • ok, but now i have a very simple question to you ... do you know what UIElements are used to display the telephone number or other contacts data in the ABPersonViewController? – Philipp Januskovecz Oct 01 '15 at 15:52
  • @PhilippJanuskovecz Yes, and so do you. Just use View Debugging to examine them. – matt Oct 01 '15 at 18:35