Search

Controls

This section contains the following elements:

  • Text Input Field
    This element allows the user of your iOS app to enter text in a single-line text field. This is often used in forms.

  • Multiline Text Field
    This element allows the user of your iOS app to enter text in a multi-line text field. This is often used in forms.

  • Switch
    This element allows the user of your iOS app to turn something on or off.

  • Segmented Control
    This element provides horizontal control from multiple segments, each segment acting as a separate button.

  • Slider
    The slider allows the user to define a value between a lower limit and an upper limit.

  • Picker View
    The Date Picker allows the user of your iOS app to select a value from a predefined list.

  • Date Picker
    The Date Picker allows the user of your iOS app to choose a date, time, or both. A countdown timer can also be realized with this element.

  • Search Bar
    A search bar displays a single-line input field in the typical style of a search field. The exact display depends on the iOS version used.

  • Stepper
    The Stepper control allows the user to increment and decrement a value.