soaapp / swift-jym

JYM is an Swift + SwiftUI iOS app that is an encyclopedia + workout journal designed to provide all the details of your fitness progress.
1 stars 0 forks source link

added TabView and fixed white background when in dark color scheme for issue #10 #11

Closed arota18 closed 1 year ago

arota18 commented 1 year ago

I've added a .swift file for every tab inside the TabView so the project will stay easily maintainable in the future. I've noticed too that when in dark mode the background remains white so I've added a property for that.

Screenshot 2023-07-12 alle 22 54 47

tbh I'm not sure about this file (SwiftJym.xcodeproj/project.pbxproj), do you know if it should be ignored or committed?

As you can see most of the changes in SwiftJym/JymHomePage.swift are simply indentation as a result of adding the tabview.