There are 2 repositories under clean-swift topic.
Project & code-style guideline of Mobillium iOS Team.
:hammer: A generator of Clean Swift Architecture files
This repository is an example implementation of a SwiftUI structure using the Clean architecture. The goal is to demonstrate a clear separation of concerns and a modular organization of the source code, facilitating maintainability, testability, and scalability of the application.
Examples and templates for iOS architecture Clean Swift
Writing Clean Code in Android
A modified template for the Clean Swift architecture.
Templates for XCode to generate the Uncle Bob's Clean Architecture classes system for Swift 3.0 and Objective-C.
:earth_africa: Demo app for NSIstanbul presentation about Vapor Server-Side Swift
Android Clean Code Generator - Scaffolding
[RUS] iOS MVP + Clean Architecture
The CIS pattern is an improvement on the Clean Swift architecture, aligned with advanced technologies and paradigms. It assists in the stable development of iOS and Mac applications.
Project template to jumpstart your next app for Apple platform using SwiftUI and TCA with integrating best practices and tools.
A simple example of a CleanSwift architecture with SwiftUI
Templates and Snippets for Xcode of files and folder structure based on Clean Swift
Weather Forecast App (OpenWeather API & CLLocationManager). Clean Swift VIP architecture.
A handy Xcode template for Clean Swift architecture
A base project using Clean Swift Architecture and Swinject
Here, I'll show you some design patterns code, I tried to write MVC, MVVM, Clean Swift.
Clean Swift Architecture Xcode Template
This is a sample project built using the CleanSwift template to showcase unit testing implementations.
Sourcery template to generate CleanSwift boilerplate code from use case definition
iOS Clean Swift Architecture
A sample GIFs iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects.
Inloop Clean Swift Xcode templates
Exemplo de aplicação da arquitetura Clean Swift em projeto que utiliza SwiftUI
Boilerplate to start an Android project on clean architecture.
An iOS & Android app I made as part of the interview process for a company
A RickAndMorty app built with the Clean Swift architecture, Combine and SwiftUI frameworks.
I use VIP(Clean Swift) structure to build the project and I add Unit Test for all scenes.
Xcode templates for most popular architectural patterns
Simple iOS application written in Swift displaying some countries info based on RestCountries API.
Test technique iOS de PSA (Stellantis) consistant à réaliser une application météo.
App for displaying VK news feed (VKSDK API). Clean Swift VIP architecture.
Simple minesweeper implementation utilizing SKTileMapNode from SpriteKit to render the game interface - follows the Clean Swift architecture