Search To Select View¶
FUISearchToSelectView¶
open class FUISearchToSelectView: UIView
A UIView contains a tag field and table view.
Components¶
- tagsField: A
WSTagsFieldshows some tags and an input text field. - tableView: A
UITableViewshows a list of items.
Usage¶
Initialization¶
You can position tags field either setting the frame or constraints.
let searchToSelectView = FUISearchToSelectView()
Configuration¶
You can configure tags field by access tagsField property.
self.tagsField.backgroundColor = UIColor.blue
Theming¶
Supported class paths:
1 2 3 | |
Supported TagsField attributes:
1 2 3 4 5 6 7 8 9 10 11 | |
Supported Tag attributes:
1 2 3 | |
Supported ImageView attributes:
1 2 | |
Last update: April 14, 2021