xcode - How to search for object in PickerView -


i have search bar , pickerview. in pickerview approx 20 items, need filter them searchbar

i don't think there off-the-shelf way this. you'll have maintain array of original items, feed text search bar filter statement, , tell picker view reload using reloadcomponent or reloadallcomponents.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -