awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesData-Driven View Controllers

High-level controllers that manage a collection of views based on a provided data source.

Distinct from View Controllers: Distinct from View Controllers: specifically refers to the pattern of managing a dynamic list of views via a data source.

Explore 3 awesome GitHub repositories matching user interface & experience · Data-Driven View Controllers. Refine with filters or upvote what's useful.

Awesome Data-Driven View Controllers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • nicklockwood/icarouselالصورة الرمزية لـ nicklockwood

    nicklockwood/iCarousel

    12,129عرض على GitHub↗

    iCarousel is a data-driven UI library for macOS and iOS used to build interactive three-dimensional scrolling experiences. It functions as a customizable view controller that renders paged content using cylindrical or cover-flow 3D effects. The component is distinguished by its programmable perspective and visual transformation hooks, which allow for the definition of custom 3D styles and bespoke animation effects. Users can adjust viewpoint distance, alpha fading, and foreshortening to control how the vanishing point and depth appear during navigation. The library manages high-performance v

    Acts as a scrolling container that manages view recycling and dynamic loading from a data source.

    Objective-C
    عرض على GitHub↗12,129
  • facebook/shimmerالصورة الرمزية لـ facebook

    facebook/Shimmer

    9,331عرض على GitHub↗

    Shimmer هي مكتبة حالة تحميل واجهة المستخدم تستخدم لإنشاء عناصر نائبة للهيكل (skeleton placeholders) وتأثيرات رسوم متحركة تغلف العرض. توفر مجموعة من الأدوات لإنشاء رسوم متحركة مميزة تشير إلى أن المحتوى يتم تحميله داخل واجهة المستخدم. يتضمن المشروع مولد شاشة هيكلية ومغلف رسوم متحركة للعرض. تطبق هذه المكونات تأثير تدرج متحرك فوق العروض الموجودة لتوفير تغذية راجعة مرئية أثناء جلب البيانات. تغطي المكتبة أنماط تصميم واجهة المستخدم وتطبيقات الهاتف المحمول. تنفذ مؤشرات التحميل من خلال مزيج من قناع التدرج الخطي، وتحويل فضاء الإحداثيات، وحلقات الرسوم المتحركة القائمة على الإطارات الرئيسية (keyframes).

    Ships a view-wrapping component that maps the shimmering animation effect directly onto target UI elements.

    Objective-C
    عرض على GitHub↗9,331
  • marcosgriselli/viewanimatorالصورة الرمزية لـ marcosgriselli

    marcosgriselli/ViewAnimator

    7,325عرض على GitHub↗

    ViewAnimator is a Swift animation library and view transition framework designed to coordinate visual motion effects across interface elements. It provides a motion engine that executes animation sequences and geometric transforms on individual views and layout cells. The framework is built around a standardized animation protocol, allowing developers to create and integrate custom movement and transition behaviors. This extensibility enables the creation of reusable animation libraries beyond the pre-defined effects. The system supports combining multiple visual transforms into single compo

    Uses a simplified wrapper to map pre-defined animation effects directly onto individual UI elements or layout cells.

    Swift
    عرض على GitHub↗7,325
  1. Home
  2. User Interface & Experience
  3. Data-Driven View Controllers

استكشف الوسوم الفرعية

  • Animation Effect WrappersSimplified interfaces that map specific animation effects directly to UI elements. **Distinct from Data-Driven View Controllers:** Focuses on mapping animation effects to views rather than managing views based on a data source.