Class ABPersonViewController

All Implemented Interfaces:
NSCoding, NSExtensionRequestHandling, NSObjectProtocol, UIActivityItemsConfigurationProviding, UIAppearanceContainer, UIContentContainer, UIFocusEnvironment, UIPasteConfigurationSupporting, UIResponderStandardEditActions, UIStateRestoring, UITraitEnvironment, UIUserActivityRestoring, UIViewControllerRestoration, ObjCProtocol

@Deprecated
public class ABPersonViewController
extends UIViewController
implements UIViewControllerRestoration
Deprecated.
Deprecated in iOS 9.0. Use +[CNContactViewController viewControllerForContact:] from ContactsUI.framework instead
  • Constructor Details

    • ABPersonViewController

      public ABPersonViewController()
      Deprecated.
    • ABPersonViewController

      protected ABPersonViewController​(NSObject.Handle h, long handle)
      Deprecated.
    • ABPersonViewController

      protected ABPersonViewController​(NSObject.SkipInit skipInit)
      Deprecated.
    • ABPersonViewController

      public ABPersonViewController​(String nibNameOrNil, NSBundle nibBundleOrNil)
      Deprecated.
    • ABPersonViewController

      public ABPersonViewController​(NSCoder coder)
      Deprecated.
  • Method Details

    • getPersonViewDelegate

      public ABPersonViewControllerDelegate getPersonViewDelegate()
      Deprecated.
    • setPersonViewDelegate

      public void setPersonViewDelegate​(ABPersonViewControllerDelegate v)
      Deprecated.
    • getAddressBook

      public ABAddressBook getAddressBook()
      Deprecated.
    • setAddressBook

      public void setAddressBook​(ABAddressBook v)
      Deprecated.
    • getDisplayedPerson

      public ABPerson getDisplayedPerson()
      Deprecated.
    • setDisplayedPerson

      public void setDisplayedPerson​(ABPerson v)
      Deprecated.
    • getDisplayedProperties

      public List<? extends ABProperty> getDisplayedProperties()
      Deprecated.
    • setDisplayedProperties

      public void setDisplayedProperties​(List<? extends ABProperty> v)
      Deprecated.
    • allowsEditing

      public boolean allowsEditing()
      Deprecated.
    • setAllowsEditing

      public void setAllowsEditing​(boolean v)
      Deprecated.
    • allowsActions

      public boolean allowsActions()
      Deprecated.
    • setAllowsActions

      public void setAllowsActions​(boolean v)
      Deprecated.
    • shouldShowLinkedPeople

      public boolean shouldShowLinkedPeople()
      Deprecated.
    • setShouldShowLinkedPeople

      public void setShouldShowLinkedPeople​(boolean v)
      Deprecated.
    • setHighlightedItem

      public void setHighlightedItem​(ABPersonProperty property, int identifier)
      Deprecated.
    • viewControllerWithRestorationIdentifier

      public static UIViewController viewControllerWithRestorationIdentifier​(NSArray<NSString> identifierComponents, NSCoder coder)
      Deprecated.