IOS: UISearchDisplayController and UITableView. -


i've question best object use in app.

i have 3 columns uitableview containing nsstring, nsdate, double. users filtering , make easiest query. using uisearchbar can filter text i'm not sure. have three different type of search. when date used exmaple uidatepicker. best way proceed? thank in advance reply.

  1)for string  can use uisearchbar search according text entered in it.    2)for double can  use same uisearchbar can convert text entered in searchbar double , proceed filtering data.     3)for nsdate can give option user date , date can filter , display records in between dates 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -