romaonthego / RETableViewManager

Powerful data driven content manager for UITableView.
MIT License
2.48k stars 430 forks source link

Additional Feature Request: RERadioItem / REMultipleChoiceItem / REPickerItem - Search bar #152

Open bhavya-kothari opened 10 years ago

bhavya-kothari commented 10 years ago

Firstly I would like congratulate for making a great control. I would be glad if you extend this features as follows.

Additional Features Required:

1)Search bar/Search display controller (dynamic search) - user can search from a list of items. 2) User can enter its own text if not found in list.

Is there any better way to achieve this from what you have built so far ?

daveoon commented 10 years ago

Hi, I just implemented UISearchBarController + UISearchBar with this library. Everything works as expected and I love this library as compared to QuickDialog. More importantly, RETableViewManager is very extensible. Therefore, do let me know if you need to implement this function in details.