stakwork/sphinx-ios

Tags selection on Create Tribe form

Opened this issue · 2 comments

Current UI design for tags selection on Create Tribe form does not have an APPLY or CONFIRM button. Once some tags are selected/unselected user needs to tap somewhere out of the tags box to apply the changes, which seems to be confusing.

Current design screenshots:

IMG_5814
IMG_5815
IMG_5816

We will switch to a different design removing the tags box and presenting a drawer that shows from bottom as on Discover Tribes section.

New design reference:
IMG_5817
IMG_5818

The DiscoverTribesTagSelectionVC.swift is used on Discover Tribes section and can be reused on Create Tribe since it returns through a delegate an array of the selected tag (String array). It might need some changes to be useful on both cases, but it shouldn't be a big refactor.

Is this available as a bounty? I can give it a try