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

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

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

ECSlidingViewController/ECSlidingViewController

0
View on GitHub↗
4,288 نجوم·801 تفرعات·Objective-C·MIT·4 مشاهدات

ECSlidingViewController

ECSlidingViewController هو مكون واجهة مستخدم للتنقل في iOS ووحدة تحكم في القائمة الجانبية. يعمل كحاوية لوحدة تحكم في العرض تدير الواجهات ذات الطبقات وقوائم التنقل المنزلقة، مما يسمح بتكديس عرض قائمة ثانوي أسفل عرض محتوى أساسي.

يتضمن إطار العمل مديراً قابلاً للتخصيص لانتقالات العرض يستبدل رسوم التحريك المنزلقة الافتراضية وتفاعلات السحب بمنطق انتقال مخصص. تم تصميمه كحاوية واجهة مستخدم متوافقة مع لوحة القصة (storyboard)، ويدعم استخدام سمات وقت التشغيل و unwind segues للتكامل داخل Xcode Storyboards.

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

Features

  • iOS Side Menu Controllers - Provides a specialized side menu controller for implementing sliding navigation drawers in iOS applications.
  • iOS Container View Controllers - Implements a specialized UIViewController container for managing the nesting and layout of a primary content view and a side menu.
  • iOS Navigation Drawers - Provides a reusable UI component for implementing hamburger menus and sidebar drawers on iOS.
  • Reveal View Interfaces - Uses a reveal-style interface where the primary content slides away to expose a secondary background menu.
  • Sliding Navigation Drawers - Implements a sliding navigation drawer that pushes or slides over the primary content view.
  • iOS View Controller Transitions - Provides custom animation logic and transitions for moving between the primary content and the side menu controllers.
  • View Controller Transition Logic - Provides a delegate-based system to customize the animation sequence and duration when transitioning between the main content and the menu.
  • Gesture-Driven Content Shifting - Translates real-time touch gestures into horizontal offsets of the main view to reveal the underlying navigation drawer.
  • UI Components - Standard side-sliding menu implementation.

سجل النجوم

مخطط تاريخ النجوم لـ ecslidingviewcontroller/ecslidingviewcontrollerمخطط تاريخ النجوم لـ ecslidingviewcontroller/ecslidingviewcontroller

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة ecslidingviewcontroller/ecslidingviewcontroller؟

ECSlidingViewController هو مكون واجهة مستخدم للتنقل في iOS ووحدة تحكم في القائمة الجانبية. يعمل كحاوية لوحدة تحكم في العرض تدير الواجهات ذات الطبقات وقوائم التنقل المنزلقة، مما يسمح بتكديس عرض قائمة ثانوي أسفل عرض محتوى أساسي.

ما هي الميزات الرئيسية لـ ecslidingviewcontroller/ecslidingviewcontroller؟

الميزات الرئيسية لـ ecslidingviewcontroller/ecslidingviewcontroller هي: iOS Side Menu Controllers, iOS Container View Controllers, iOS Navigation Drawers, Reveal View Interfaces, Sliding Navigation Drawers, iOS View Controller Transitions, View Controller Transition Logic, Gesture-Driven Content Shifting.

ما هي البدائل مفتوحة المصدر لـ ecslidingviewcontroller/ecslidingviewcontroller؟

تشمل البدائل مفتوحة المصدر لـ ecslidingviewcontroller/ecslidingviewcontroller: john-lluch/swrevealviewcontroller — SWRevealViewController is an iOS container view controller and navigation transition component used to create reveal… jonkykong/sidemenu — SideMenu is an iOS navigation menu library and mobile app navigation framework written in Swift. It provides reusable… viewdeck/viewdeck — ViewDeck is a side menu management framework and gesture-based navigation library for iOS. It provides a system for… colineberhardt/vctransitionslibrary — VCTransitionsLibrary is a suite of tools providing pre-built visual effects and gesture-driven controllers for… pkluz/pkrevealcontroller — PKRevealController is an iOS navigation framework and slide-over UI controller. It functions as a gesture-based… mortimergoro/mgswipetablecell — MGSwipeTableCell is an iOS mobile UI library providing a custom UIKit table view cell subclass. It is a swipeable UI…

بدائل مفتوحة المصدر لـ ECSlidingViewController

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع ECSlidingViewController.
  • john-lluch/swrevealviewcontrollerالصورة الرمزية لـ John-Lluch

    John-Lluch/SWRevealViewController

    4,489عرض على GitHub↗

    SWRevealViewController is an iOS container view controller and navigation transition component used to create reveal view interfaces. It functions as a side menu controller that slides a primary view to expose a secondary navigation panel or hidden content. The project enables the creation of layered UI where a main screen moves away from the edges via pan and tap gestures to reveal a background side menu. It manages the visual transitions and animation behaviors required to switch between these stacked view controllers. The system handles nested interface layers and view controller manageme

    Objective-C
    عرض على GitHub↗4,489
  • jonkykong/sidemenuالصورة الرمزية لـ jonkykong

    jonkykong/SideMenu

    5,819عرض على GitHub↗

    SideMenu is an iOS navigation menu library and mobile app navigation framework written in Swift. It provides reusable components for implementing animated slide-out side menus and navigation drawers within iOS applications. The framework supports continuous swiping navigation, allowing users to transition between menus on opposite sides of the screen in a single motion. It includes a coordination system to manage multiple menu instances across different navigation levels and a global configuration mechanism to ensure consistent behavior and appearance across all application screens. The libr

    Swift
    عرض على GitHub↗5,819
  • viewdeck/viewdeckV

    ViewDeck/ViewDeck

    5,268عرض على GitHub↗

    ViewDeck is a side menu management framework and gesture-based navigation library for iOS. It provides a system for coordinating the presentation, animation, and interaction logic of left and right side menus within a container view controller. The framework features a dynamic menu controller that allows for updating or removing active menu controllers at runtime to modify available navigation options. It includes a transition coordinator to manage custom motion and visual properties for sliding navigation panels. The library supports both programmatic menu control and gesture-based activati

    Objective-C
    عرض على GitHub↗5,268
  • colineberhardt/vctransitionslibraryالصورة الرمزية لـ ColinEberhardt

    ColinEberhardt/VCTransitionsLibrary

    4,527عرض على GitHub↗

    VCTransitionsLibrary is a suite of tools providing pre-built visual effects and gesture-driven controllers for managing transitions between view controllers in iOS applications. It serves as a UIKit animation framework that implements custom animations for navigating between screens to improve visual flow. The library features a collection of pre-defined animations, including flip, fold, cube, and crossfade effects. It includes an interactive transition controller that links gesture recognizers, such as swipes and pinches, to animations, allowing users to manually drive or cancel the navigati

    Objective-C
    عرض على GitHub↗4,527
  • عرض جميع البدائل الـ 30 لـ ECSlidingViewController→