For قالب تطبيق iOS مفتوح المصدر باستخدام SwiftUI, the strongest matches are twostraws/hackingwithswift (Hacking with Swift is a curated library of SwiftUI), dimillian/movieswiftui (MovieSwiftUI is a feature-rich SwiftUI iOS/macOS example app that) and nalexn/clean-architecture-swiftui (This repository is a SwiftUI iOS demo that applies). jinxiansen/swiftui and dimillian/icecubesapp round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.
نحن نختار بعناية مستودعات GitHub مفتوحة المصدر التي تطابق “swiftui ios example”. النتائج مرتبة حسب صلتها ببحثك — استخدم الفلاتر أدناه للتضييق، أو قم بتحسين البحث باستخدام الذكاء الاصطناعي.
HackingWithSwift is a curated library of coding patterns and an iOS development study guide. It provides a collection of Swift programming examples and practical exercises designed for learning how to build mobile applications on Apple platforms. The project serves as a reference for SwiftUI, offering modular examples of declarative user interfaces. It covers the study of the Swift language through real-world implementation samples, ranging from general mobile UI design to the logic required for iOS game development. The repository includes examples of architectural patterns and capabilities
Hacking with Swift is a curated library of SwiftUI code examples and sample projects that cover iOS-specific capabilities, MVVM architecture, and modern SwiftUI patterns, making it an ideal study reference for learning iOS development with SwiftUI.
MovieSwiftUI is a movie discovery application built with SwiftUI that integrates with the MovieDB API to retrieve and display movie information, ratings, and metadata. It functions as a cross-platform Apple application, providing a consistent user experience across iOS and macOS from a single codebase. The project implements a reactive data flow using Combine to synchronize global application state with the user interface. It employs a unidirectional data flow and a centralized store to maintain a single source of truth across different screens and components. The application utilizes declar
MovieSwiftUI is a feature-rich SwiftUI iOS/macOS example app that demonstrates real-world data fetching, reactive state management with Combine, and a clean unidirectional architecture, making it an excellent template for studying SwiftUI iOS development.
This is a demonstration and template project that applies Clean Architecture principles to SwiftUI application development. It implements a layered architecture that separates presentation, business logic, and data access into independent layers, with unidirectional data flow managed through a single immutable app store that serves as the sole source of truth for all screens. The project distinguishes itself through its implementation of interactor-driven business logic, where all domain rules and workflows live in stateless objects that receive requests and update the central store. Dependen
This repository is a SwiftUI iOS demo that applies Clean Architecture with MVVM-like separation, unidirectional data flow, and sample data, making it a solid example for studying architectural patterns — though its focus is more on architecture than on a broad showcase of SwiftUI components or explicit dark mode/dynamic type styling.
This project is a declarative UI pattern library and reference implementation for structuring layouts, navigation flows, and data collections across Apple platforms. It provides a collection of practical implementation patterns and component examples for building user interfaces using the SwiftUI framework. The library serves as a cross-platform reference for rendering visual content on iOS and macOS. It includes a view implementation guide that covers managing navigation, handling user inputs, and embedding web content. The codebase covers broad capability areas including layout management
This project is a SwiftUI pattern library and reference implementation providing practical examples and component showcases for iOS and macOS, which aligns with the search for SwiftUI sample projects, though it is a library of patterns rather than a single integrated example application with MVVM, dark mode, or mock services.
IceCubesApp is a native iOS social networking client built with SwiftUI. It serves as an ActivityPub and Mastodon client, providing a mobile interface for interacting with decentralized servers. The application functions as a multi-account manager, allowing users to authenticate and switch between several different social media profiles within a single interface. The software includes an AI-enhanced text editor used to refine, shorten, or generate descriptive text for posts. These artificial intelligence tools assist in writing and generating alt-text for uploaded images. The platform covers
IceCubesApp is a real-world Mastodon client built entirely with SwiftUI on iOS, making it a strong reference for studying SwiftUI patterns, component usage, and iOS capabilities like dynamic theming and notifications, though it is a functional app rather than a curated sample project.