Cyberpunk sucked me a bit too much today, so I did less than I planned to, but at least groups are nicely separated from the main view, and the user can manage them. ☺️ It ain’t much, but it’s an honest work. 😆
#BuildInPublic #iOSDev #AppDevelopment
Having all this in place now, I need to think of a better way of the flow of creating and managing the groups, but not only that. In the groups menu, once a new one is created, the user doesn’t have to tap “Save.” The changes are saved on their own.
#AppDesign #UXMatters
However, getting back to the settings view, they see a “Save” and “Cancel” button. No matter the selection, the group changes persist. Now I have two choices. Either remove the buttons from the settings view or add them to the new groups view.
#MobileAppDesign #Swift
I think the former is the better way, but then I should remove the cancel button from the habit edit view as well to be consistent. Designing #UX is really hard. 😩
#SwiftUI