Convert to Search Bar
Convert Search Bar component to iOS/Android code.
Last updated
Convert Search Bar component to iOS/Android code.
Last updated
A search bar allows users to search values by typing text into a field.
It's calledSearchBar
in Swift language. It can have 2 properties on Monday Hero:
Text: The initial text displayed by the text field. You can specify the text as a plain string or as an attributed string. Placeholder: A placeholder is a text displayed by the SearchBar when the string is empty. Typing any text into the text field hides this string.
Let's see the generated code. Monday Hero will generate it even the rectangle's cornerRadius
value included.