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:
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:
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.
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:
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:
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.