Trips app made with SwiftUI
This an iOS app that was created to show an example of implementation of a Trips app using the SwiftUI framework
The app layout was created to be responsive to the device that is running it. To achieve that, the sizing and alignment variables were defined in reason of the Size-Class of the device. In SwiftUI to do that you should use the UserInterfaceSizeClass enum.
The app is prepared to be displayed in English
and Brazillian Portuguese
. To implement that, it was used the SwiftUI native components that support localization and created a Localizable.strings
file with the proper translations.
Will be implemented