85 skills found · Page 1 of 3
nalexn / Clean Architecture SwiftuiSwiftUI sample app using Clean Architecture. Examples of working with SwiftData persistence, networking, dependency injection, unit testing, and more.
nalexn / ViewInspectorRuntime introspection and unit testing of SwiftUI views
Bahn-X / Swift Composable NavigatorAn open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind
BarredEwe / Prefire🔥 A library based on Xcode Preview, for easy generation: Playbook view, Snapshot and Accessibility tests. SwiftUI and UIKit supported!
cvs-health / Ios Swiftui Accessibility TechniquesDemonstrates iOS SwiftUI Accessibility programming techniques using live good and bad examples that can be tested with VoiceOver and other AT. Includes documentation for developers explaining how to code accessible patterns for iOS.
lexrus / RegExPlusA nifty RegEx test tool built with SwiftUI
soundcloud / AxtSwiftUI view testing library
mohanedy / Swifty MarvelA SwiftUI app to showcase my iOS development skills ( Clean Architecture + MVVM + CoreData + Swinject + Async Await + Unit Testing + Arkana + Mockingbird + CI Pipeline )
Whiffer / SwiftUI Core Data TestSample program to demonstrate how CoreData can be used with SwiftUI.
QuickBirdEng / XUIXUI makes modular, testable architectures for SwiftUI apps a breeze!
cesmejia / SwiftUI Clean Architecture Example With Unit TestsSwiftUI Clean Architecture example with unit tests
blorenzo10 / Coffee Shop DemoDemo project to test different things releated to SwiftUI & iOS ecosystem
nazmulkp / Clean Architecture Swiftui MVVMSwiftUI sample app using Clean Architecture. Examples of working with local and remote data, dependency injection, unit testing, and more.
steipete / SwiftUITouchHandlingTesting touch handling from embedded SwiftUI views
gahntpo / SwiftLensSwiftLens helps you ship SwiftUI apps faster by making behavior-driven tests easy, stable, and precise. It tracks real visible view state using SwiftUI preferences and simulates user interaction without relying on XCUITest
create-with-swift / Coreml With SwiftuiBasic implementation for using Image Classification Core ML models such as MobileNetV2 in an Xcode Project for iOS using SwiftUI. The project has few sample images procured from unslplash.com to test the model.
shufflingB / Swiftui Core Data With ModelDemo/test of easier to maintain Core Data processing in SwiftUI applications by abstracting Core Data processing away from the UI and into its own App Model while maintaining an ease of use similar to the built in @FetchRequest
tunds / SwiftUIiOSTakeHomeTestNo description available
maykonmeneghel / Clean SwiftUIThis 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.
cesmejia / SwiftUI MVVM CoreData Async Unit Tests TemplateThis is the default Xcode SwiftUI Core Data Template updated with: MVVM Architecture, Concurrency (Async/await) and Unit-Tests