Class UISearchContainerViewController

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

public class UISearchContainerViewController
extends UIViewController
Since:
Available in iOS 9.1 and later.
  • Constructor Details

    • UISearchContainerViewController

      public UISearchContainerViewController()
    • UISearchContainerViewController

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

      protected UISearchContainerViewController​(NSObject.SkipInit skipInit)
    • UISearchContainerViewController

      public UISearchContainerViewController​(UISearchController searchController)
    • UISearchContainerViewController

      public UISearchContainerViewController​(String nibNameOrNil, NSBundle nibBundleOrNil)
    • UISearchContainerViewController

      public UISearchContainerViewController​(NSCoder coder)
  • Method Details