andreamazz / AMTagListView

UIScrollView subclass that allows to add a list of highly customizable tags.
MIT License
758 stars 110 forks source link

Button "Add tag" into AMTagListView #27

Closed akhatmullin closed 9 years ago

akhatmullin commented 9 years ago

Many times me and our team open form where we using AMTagViewList with textfield. And always when we need input new tag we tap to AMTagViewList (this happening automaitcally, by instinct), not to textfield upper. Maybe we add button to add tag in AMTagListView ?

andreamazz commented 9 years ago

The list itself does not provide an input method by design. It's really a matter of preferences and of how your UI is structured, so this library is and will remain agnostic in that regard.