Uses of Class
org.robovm.apple.uikit.UISearchController
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UISearchController in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UISearchController Modifier and Type Method Description UISearchControllerUINavigationItem. getSearchController()UISearchControllerUISearchContainerViewController. getSearchController()Methods in org.robovm.apple.uikit with parameters of type UISearchController Modifier and Type Method Description voidUISearchControllerDelegate. didDismiss(UISearchController searchController)voidUISearchControllerDelegateAdapter. didDismiss(UISearchController searchController)voidUISearchControllerDelegate. didPresent(UISearchController searchController)voidUISearchControllerDelegateAdapter. didPresent(UISearchController searchController)protected longUISearchContainerViewController. init(UISearchController searchController)voidUISearchControllerDelegate. present(UISearchController searchController)voidUISearchControllerDelegateAdapter. present(UISearchController searchController)voidUINavigationItem. setSearchController(UISearchController v)voidUISearchResultsUpdating. updateSearchResults(UISearchController searchController)voidUISearchResultsUpdatingAdapter. updateSearchResults(UISearchController searchController)voidUISearchControllerDelegate. willDismiss(UISearchController searchController)voidUISearchControllerDelegateAdapter. willDismiss(UISearchController searchController)voidUISearchControllerDelegate. willPresent(UISearchController searchController)voidUISearchControllerDelegateAdapter. willPresent(UISearchController searchController)Constructors in org.robovm.apple.uikit with parameters of type UISearchController Constructor Description UISearchContainerViewController(UISearchController searchController)