Contents

init(forNewContact:)

Initializes a view controller for a new contact.

Declaration

convenience init(forNewContact contact: CNContact?)

Parameters

  • contact:

    The contact to be displayed.

Return Value

A newly initialized CNContactViewController object.

Discussion

This view controller initializes the customized behavior and appearance of CNContactViewController for a new contact.

See Also

Creating the Contact Viewer