Class UISearchDisplayController

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

@Deprecated
public class UISearchDisplayController
extends NSObject
Deprecated.
Deprecated in iOS 8.0. UISearchDisplayController has been replaced with UISearchController
  • Constructor Details

    • UISearchDisplayController

      public UISearchDisplayController()
      Deprecated.
    • UISearchDisplayController

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

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

      public UISearchDisplayController​(UISearchBar searchBar, UIViewController viewController)
      Deprecated.
  • Method Details

    • getDelegate

      public UISearchDisplayDelegate getDelegate()
      Deprecated.
    • setDelegate

      public void setDelegate​(UISearchDisplayDelegate v)
      Deprecated.
    • isActive

      public boolean isActive()
      Deprecated.
    • setActive

      public void setActive​(boolean v)
      Deprecated.
    • getSearchBar

      public UISearchBar getSearchBar()
      Deprecated.
    • getSearchContentsController

      public UIViewController getSearchContentsController()
      Deprecated.
    • getSearchResultsTableView

      public UITableView getSearchResultsTableView()
      Deprecated.
    • getSearchResultsDataSource

      public UITableViewDataSource getSearchResultsDataSource()
      Deprecated.
    • setSearchResultsDataSource

      public void setSearchResultsDataSource​(UITableViewDataSource v)
      Deprecated.
    • getSearchResultsDelegate

      public UITableViewDelegate getSearchResultsDelegate()
      Deprecated.
    • setSearchResultsDelegate

      public void setSearchResultsDelegate​(UITableViewDelegate v)
      Deprecated.
    • getSearchResultsTitle

      public String getSearchResultsTitle()
      Deprecated.
    • setSearchResultsTitle

      public void setSearchResultsTitle​(String v)
      Deprecated.
    • displaysSearchBarInNavigationBar

      public boolean displaysSearchBarInNavigationBar()
      Deprecated.
    • setDisplaysSearchBarInNavigationBar

      public void setDisplaysSearchBarInNavigationBar​(boolean v)
      Deprecated.
    • getNavigationItem

      public UINavigationItem getNavigationItem()
      Deprecated.
    • init

      protected long init​(UISearchBar searchBar, UIViewController viewController)
      Deprecated.
    • setActive

      public void setActive​(boolean visible, boolean animated)
      Deprecated.