iosswiftabaddressbookabpersonviewcontroller

Is it possible to create a temporary ABAddressBook Database in iOS?


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.


Solution

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