Contents

UISearchController.ScopeBarActivation.manual

A mode that gives you manual control over when to show and hide the scope bar.

Declaration

case manual

Discussion

When you use this mode, you control when to show and hide the scope bar through the showsScopeBar property on the searchBar of the UISearchController.

See Also

Constants