هذا المشروع عبارة عن مكتبة أنماط واجهة مستخدم تعريفية وتنفيذ مرجعي لهيكلة التخطيطات، وتدفقات التنقل، ومجموعات البيانات عبر منصات Apple. يوفر مجموعة من أنماط التنفيذ العملية وأمثلة المكونات لبناء واجهات المستخدم باستخدام إطار عمل SwiftUI.
الميزات الرئيسية لـ jinxiansen/swiftui هي: SwiftUI, iOS App Navigation Routing, Application Navigation Components, View Hierarchies, Cross-Platform UI Showcases, Declarative UI Libraries, State-Driven UI Rendering, Stack-Based Layout Containers.
تشمل البدائل مفتوحة المصدر لـ jinxiansen/swiftui: simpleboilerplates/swiftui-cheat-sheet — This project is a reference guide and technical resource for building user interfaces with the SwiftUI framework. It… microsoft/fast — FAST is a web components framework and declarative UI library used to build adaptive user interfaces. It functions as… facebookarchive/asyncdisplaykit — AsyncDisplayKit is an asynchronous UI framework and performance library for iOS. It provides a collection of… cosscom/coss — Coss is an accessible UI component library and design system framework used to build web interfaces. It provides a… vuejs/vue — Vue is a progressive, component-based JavaScript framework designed for building reactive user interfaces and… hit-alibaba/interview — This project is a comprehensive technical interview preparation guide and computer science knowledge base. It serves…
This project is a reference guide and technical resource for building user interfaces with the SwiftUI framework. It provides a comprehensive collection of code examples, documentation, and a component library of reusable view implementations and layout patterns. The resource includes a compatibility map that links modern declarative views to their equivalent imperative counterparts in the UIKit framework. This documentation assists with the migration from UIKit to SwiftUI by providing guidance on wrapping legacy view controllers and view subclasses within a declarative hierarchy. The guide
FAST is a web components framework and declarative UI library used to build adaptive user interfaces. It functions as a server-side rendering engine and design system implementation, enabling the creation of modular components based on web standards. The framework focuses on cross-framework component compatibility, allowing user interface elements to remain functional across different front-end frameworks and modern browsers. It implements a design language through a collection of pre-defined visual components to ensure consistency across professional applications. The system covers state-dr
AsyncDisplayKit is an asynchronous UI framework and performance library for iOS. It provides a collection of performant alternatives to standard views, allowing developers to build responsive interfaces by offloading layout and rendering tasks to background threads. The framework is centered around a declarative layout engine based on a flexbox model, which calculates element positions and sizes asynchronously. It utilizes a node-based abstraction to wrap native views, enabling the instantiation and configuration of UI hierarchies on background threads to prevent main thread blocking. The sy
Coss is an accessible UI component library and design system framework used to build web interfaces. It provides a comprehensive kit of interactive elements and layout building blocks that follow screen reader and keyboard navigation standards. The project functions as a UI overlay management library, offering specialized tools for implementing anchored popovers, tooltips, and slide-out panels with smooth transitions. It includes a set of accessible form primitives and selection controls to ensure compatibility across different assistive technologies. Its broader capabilities cover the const