Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artcc/presentation-project
Presentation of a Swift project with UIKit using Clean Swift and unit tests
https://github.com/artcc/presentation-project
clean-architecture clean-swift code presentation swift unit-testing
Last synced: about 2 months ago
JSON representation
Presentation of a Swift project with UIKit using Clean Swift and unit tests
- Host: GitHub
- URL: https://github.com/artcc/presentation-project
- Owner: ArtCC
- Created: 2023-03-20T15:31:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T10:45:39.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T16:26:58.475Z (8 months ago)
- Topics: clean-architecture, clean-swift, code, presentation, swift, unit-testing
- Language: Swift
- Homepage: https://github.com/ArtCC
- Size: 844 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Presentation of a Swift project with UIKit using Clean Swift and unit tests
The project I am presenting aims to show my current way of programming applications in Swift with UIKit. The architecture used in this case is Clean Swift with unit tests, which allows for greater ease and speed in the development and testing process.
It should be noted that the views are code-driven, which means that no storyboards or xibs are used in the implementation of the application. This approach allows for greater flexibility and better control over the user interface design.
Although this is not a large project, the OpenWeatherMap public API is used to search for a city and display its name and current temperature. This is a practical example that illustrates how an external API can be integrated into a Swift application.
In terms of resource management, SwiftGen is used for the clean management of colours, images and text. In addition, SwiftLint is applied to ensure a correct implementation of the style guide. Although some parts are modified, Swift programming standards are followed.
As for the tools used in the project, Alamofire is used for network requests, but with a customised network manager. In normal projects, Git Flow is used, but in this case it does not apply.
In summary, this project presents an application implementation in Swift with UIKit using Clean Swift and unit tests. A public API is used to display the current temperature of a city and tools such as SwiftGen and SwiftLint are used for better resource management and style guide enforcement.
# Presentación de proyecto en Swift con UIKit usando Clean Swift y test unitarios
El proyecto que presento tiene como objetivo mostrar mi actual forma de programar aplicaciones en Swift con UIKit. La arquitectura empleada en este caso es Clean Swift con test unitarios, lo que permite una mayor facilidad y rapidez en el proceso de desarrollo y pruebas.
Cabe destacar que las vistas están desarrolladas por código, lo que significa que no se utiliza storyboards ni xib en la implementación de la aplicación. Este enfoque permite una mayor flexibilidad y un mejor control sobre el diseño de la interfaz de usuario.
Aunque no se trata de un proyecto de gran envergadura, se utiliza la API pública de OpenWeatherMap para realizar la búsqueda de una ciudad y presentar su nombre y temperatura actual. Este es un ejemplo práctico que ilustra cómo se puede integrar una API externa en una aplicación en Swift.
En cuanto a la gestión de recursos, se utiliza SwiftGen para la gestión limpia de colores, imágenes y textos. Además, se aplica SwiftLint para garantizar una correcta aplicación de guía de estilo. Si bien algunas partes están modificadas, se siguen los estándares de programación en Swift.
En cuanto a las herramientas utilizadas en el proyecto, se emplea Alamofire para las peticiones de red, aunque con un manager de red customizado. En proyectos normales se utiliza Git Flow, pero en este caso no aplica.
En resumen, este proyecto presenta una implementación de aplicación en Swift con UIKit usando Clean Swift y test unitarios. Se utiliza una API pública para mostrar la temperatura actual de una ciudad y se emplean herramientas como SwiftGen y SwiftLint para una mejor gestión de recursos y aplicación de guía de estilo.
### LICENSE
This project is free and use CC BY-NC-SA.
This license lets others remix, tweak, and build upon your work without for commercial purposes, as long as they credit you and license their new creations under the identical terms.
### THANK YOU!
I hope you like it!
##### ArtCC 2023++