I've a question about best object to use in my App.
I have a three columns UITableView containing a NSString, NSDate, double. I would like to help users filtering and make the easiest query. Using UISearchBar i can easily filter the text but i'm not sure. I would like to have three different type of search. When date is used for exmaple a UIDatePicker. Which is the best way to proceed? Thank you in advance for any reply.