📄️ Create the Project
- open Xcode and create a new iOS App Project called GoodHabitsRealmApp
📄️ Add a TabView
- replace the content in MainView with a TabView with two tabs, Today and Config. These two tabs will for now show a Text when selected.
📄️ Tab Bar icons
- to improve the tabs, we can add some icons. We'll select those icons from the SF Symbols font
📄️ Create basic Empty Views
- create a UI group (a folder) to organize our code. Rigth click on GoodHabitsRealmApp in the file navigator and select New Group