Class ABPeoplePickerNavigationController

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

@Deprecated
public class ABPeoplePickerNavigationController
extends UINavigationController
Deprecated.
Deprecated in iOS 9.0. Use CNContactPickerViewController from ContactsUI.framework instead
  • Constructor Details

    • ABPeoplePickerNavigationController

      public ABPeoplePickerNavigationController()
      Deprecated.
    • ABPeoplePickerNavigationController

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

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

      public ABPeoplePickerNavigationController​(Class<? extends UINavigationBar> navigationBarClass, Class<? extends UIToolbar> toolbarClass)
      Deprecated.
    • ABPeoplePickerNavigationController

      public ABPeoplePickerNavigationController​(UIViewController rootViewController)
      Deprecated.
    • ABPeoplePickerNavigationController

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

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

    • getPeoplePickerDelegate

      public ABPeoplePickerNavigationControllerDelegate getPeoplePickerDelegate()
      Deprecated.
    • setPeoplePickerDelegate

      public void setPeoplePickerDelegate​(ABPeoplePickerNavigationControllerDelegate v)
      Deprecated.
    • getDisplayedProperties

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

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

      public ABAddressBook getAddressBook()
      Deprecated.
    • setAddressBook

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

      public NSPredicate getPredicateForEnablingPerson()
      Deprecated.
    • setPredicateForEnablingPerson

      public void setPredicateForEnablingPerson​(NSPredicate v)
      Deprecated.
    • getPredicateForSelectionOfPerson

      public NSPredicate getPredicateForSelectionOfPerson()
      Deprecated.
    • setPredicateForSelectionOfPerson

      public void setPredicateForSelectionOfPerson​(NSPredicate v)
      Deprecated.
    • getPredicateForSelectionOfProperty

      public NSPredicate getPredicateForSelectionOfProperty()
      Deprecated.
    • setPredicateForSelectionOfProperty

      public void setPredicateForSelectionOfProperty​(NSPredicate v)
      Deprecated.