mymonero / mymonero-app-ios

The MyMonero native iOS app
BSD 3-Clause "New" or "Revised" License
51 stars 18 forks source link

How about migrating the vertically stacked ContactPicker search results to a horizontally stacked (scrolling) inputAccessoryView? #43

Closed paulshapiro closed 6 years ago

paulshapiro commented 6 years ago

May require going from a Table to a CollectionView. Should save lots of screen space. Probably does away with requirement to scroll contact/address input field all the way to top of Send page when it becomes first responder - nice UX win. Users should already be used to scrolling through a list of autocomplete results based on what they're typing in a text field.

It may also be useful in the future for UX flows which are mutually exclusive from the display of contact autocomplete results, such as OpenAlias decisions (or something else) but that will have to be done carefully.

paulshapiro commented 6 years ago

Implemented with https://github.com/mymonero/mymonero-app-ios/commit/61e712df30579441a7e237cee21311fe4b83ea81