Skip to content

This an iOS app that was created to show an example of implementation of a Trips app using the SwiftUI framework

Notifications You must be signed in to change notification settings

raphacmartin/Trips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trips

Trips app made with SwiftUI

Trips app Home Page

Motivation

This an iOS app that was created to show an example of implementation of a Trips app using the SwiftUI framework

Resources

1. Responsiveness

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.

2. Localization

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.

3. Testing (TODO)

Will be implemented

About

This an iOS app that was created to show an example of implementation of a Trips app using the SwiftUI framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages