awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
E

ECSlidingViewController/ECSlidingViewController

0
View on GitHub↗
4,288 estrellas·801 forks·Objective-C·MIT·4 vistas

ECSlidingViewController

ECSlidingViewController es un componente de interfaz de usuario de navegación de iOS y controlador de menú lateral. Funciona como un contenedor de controlador de vista que gestiona interfaces en capas y menús de navegación deslizantes, permitiendo que una vista de menú secundaria se apile debajo de una vista de contenido principal.

El framework incluye un gestor de transiciones de vista personalizable que reemplaza las animaciones deslizantes predeterminadas y las interacciones de deslizamiento con lógica de transición personalizada. Está diseñado como un contenedor de interfaz de usuario compatible con guiones gráficos (storyboards), admitiendo el uso de atributos de tiempo de ejecución y unwind segues para la integración dentro de Xcode Storyboards.

El proyecto cubre el diseño de interfaces en capas y la navegación de menús laterales, utilizando el desplazamiento de vista impulsado por gestos y el control de transición basado en delegados para gestionar el movimiento entre el contenido principal y el cajón deslizante.

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.

Historial de estrellas

Gráfico del historial de estrellas de ecslidingviewcontroller/ecslidingviewcontrollerGráfico del historial de estrellas de ecslidingviewcontroller/ecslidingviewcontroller

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a ECSlidingViewController

Proyectos open-source similares, clasificados según cuántas características comparten con ECSlidingViewController.
  • john-lluch/swrevealviewcontrollerAvatar de John-Lluch

    John-Lluch/SWRevealViewController

    4,489Ver en 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
    Ver en GitHub↗4,489
  • jonkykong/sidemenuAvatar de jonkykong

    jonkykong/SideMenu

    5,819Ver en 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
    Ver en GitHub↗5,819
  • viewdeck/viewdeckV

    ViewDeck/ViewDeck

    5,268Ver en 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
    Ver en GitHub↗5,268
  • colineberhardt/vctransitionslibraryAvatar de ColinEberhardt

    ColinEberhardt/VCTransitionsLibrary

    4,527Ver en 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
    Ver en GitHub↗4,527
Ver las 30 alternativas a ECSlidingViewController→

Preguntas frecuentes

¿Qué hace ecslidingviewcontroller/ecslidingviewcontroller?

ECSlidingViewController es un componente de interfaz de usuario de navegación de iOS y controlador de menú lateral. Funciona como un contenedor de controlador de vista que gestiona interfaces en capas y menús de navegación deslizantes, permitiendo que una vista de menú secundaria se apile debajo de una vista de contenido principal.

¿Cuáles son las características principales de ecslidingviewcontroller/ecslidingviewcontroller?

Las características principales de ecslidingviewcontroller/ecslidingviewcontroller son: 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.

¿Qué alternativas de código abierto existen para ecslidingviewcontroller/ecslidingviewcontroller?

Las alternativas de código abierto para ecslidingviewcontroller/ecslidingviewcontroller incluyen: 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…