awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to swipecellkit/swipecellkit

Open-source alternatives to SwipeCellKit

30 open-source projects similar to swipecellkit/swipecellkit, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best SwipeCellKit alternative.

  • cewendel/swtableviewcellCEWendel avatar

    CEWendel/SWTableViewCell

    7,107View on GitHub↗

    SWTableViewCell is a UIKit component and library for adding interactive swipe-to-reveal action buttons to table view cells in iOS applications. It functions as a swipe action manager and a specialized interface element designed to handle touch gestures and sliding animations for list items. The library features a layout mechanism that automatically scales the size of action buttons to fit available screen space based on the number of buttons added. It uses a system to detect touch events that trigger specific actions or slide cells back to their original positions. The system manages the spa

    Objective-C
    View on GitHub↗7,107
  • hamzaghazouani/hgplaceholdersHamzaGhazouani avatar

    HamzaGhazouani/HGPlaceholders

    2,210View on GitHub↗

    Nice library to show placeholders and Empty States for any UITableView/UICollectionView in your project

    Swift
    View on GitHub↗2,210
  • ramotion/folding-cellRamotion avatar

    Ramotion/folding-cell

    10,196View on GitHub↗

    Folding-cell is a React animation component designed as a collapsible content cell. It functions as an expanding UI element that toggles between a collapsed and expanded state to reveal hidden information. The component implements animated content disclosure using a paper-like transition. It is designed for interactive UI components and mobile layouts, allowing compact lists or grids to expand into detailed views without navigating to a new page.

    Swift
    View on GitHub↗10,196
  • mortimergoro/mgswipetablecellMortimerGoro avatar

    MortimerGoro/MGSwipeTableCell

    6,916View on GitHub↗

    MGSwipeTableCell is an iOS mobile UI library providing a custom UIKit table view cell subclass. It is a swipeable UI component designed to implement swipe-to-action patterns within native Apple mobile applications. The library enables the creation of interactive table cells that reveal hidden buttons through horizontal swipe gestures. It includes expandable swipe action triggers that execute specific events when a gesture exceeds a defined distance threshold. The component covers mobile UI gesture integration and table view customization, utilizing coordinate-based layout mapping and state-b

    Objective-C
    View on GitHub↗6,916

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • tencent/qmui_iosTencent avatar

    Tencent/QMUI_iOS

    7,202View on GitHub↗

    QMUI_iOS is an iOS development framework that extends standard UIKit components and provides a unified theme configuration system for faster app development. It functions as a collection of ready-made tools for device information, dynamic type, keyboard management, and status bar handling, while also offering a configuration system that adjusts an app's entire visual style—colors, navigation bars, inputs, and lists—from a single table. The framework differentiates itself by reading the device model locally to apply compatibility measures without uploading device information, and by providing

    Objective-Ciosios-uiui-components
    View on GitHub↗7,202
  • cbpowell/marqueelabelcbpowell avatar

    cbpowell/MarqueeLabel

    4,305View on GitHub↗

    MarqueeLabel is a UIKit label extension for iOS that provides a scrolling text component. It automatically animates text content when it exceeds the available width of the view. The project includes a storyboard custom inspector, allowing the configuration of marquee speed, direction, and animation curves directly within the Xcode interface. The component manages dynamic text layout by scaling font sizes to fit the frame and implementing edge fading effects to blend text into the background. It also provides mechanisms to control the state of scrolling animations.

    Swift
    View on GitHub↗4,305
  • nixzhu/dev-blognixzhu avatar

    nixzhu/dev-blog

    3,906View on GitHub↗

    This project is a comprehensive framework for iOS application development, centered on building mobile applications that feature custom user interface components, asynchronous task management, and local data persistence. It serves as a technical knowledge base for software engineering, providing tools to organize and publish architectural analyses and notes in Markdown format. The framework distinguishes itself through a robust document-based storage layer that utilizes BSON-formatted records to perform CRUD operations within a NoSQL document store. It provides extensive system integration ca

    View on GitHub↗3,906
  • didi/cube-uididi avatar

    didi/cube-ui

    9,116View on GitHub↗

    cube-ui is a mobile-first Vue.js component library that provides a comprehensive set of pre-built UI elements for building touch-based mobile web applications. The library is built on Vue's single-file component architecture and supports on-demand ES module imports, allowing developers to selectively load only the components they need to optimize bundle size. It also offers plugin-based global registration for convenient setup and includes a CLI scaffolding tool to generate project skeletons with pre-configured build settings. The library distinguishes itself with a gesture-driven interaction

    JavaScriptcube-uijavascriptui-library
    View on GitHub↗9,116
  • forkingdog/fdfullscreenpopgestureforkingdog avatar

    forkingdog/FDFullscreenPopGesture

    5,888View on GitHub↗

    FDFullscreenPopGesture is an iOS navigation gesture library and UIKit enhancement designed to implement edge-swipe back navigation and automatic navigation bar transitions in iOS applications. It provides a category for navigation controllers that adds a fullscreen swipe-to-pop gesture matching the system interaction style. The library manages the synchronization of navigation bar visibility animations during fullscreen transitions. This ensures that view controllers which do not natively support edge-swipe navigation can utilize system-standard back gestures. The project covers user interfa

    Objective-C
    View on GitHub↗5,888
  • taiga-family/taiga-uitaiga-family avatar

    taiga-family/taiga-ui

    4,002View on GitHub↗

    Taiga UI is an Angular UI component library and accessible design system used for building enterprise web interfaces. It provides a comprehensive collection of reusable interface elements and layout tools, functioning as a mobile-first UI kit with responsive components that adapt to different device capabilities. The library distinguishes itself through an integrated data visualization library featuring various chart types and a dedicated form management framework with built-in validation and formatting for specialized data. It also features AI-driven development workflows by integrating comp

    TypeScriptangularbest-practicescdk
    View on GitHub↗4,002
  • dcloudio/muidcloudio avatar

    dcloudio/mui

    13,474View on GitHub↗

    mui is a mobile UI component framework and native-like web UI kit designed for building high-performance mobile web interfaces. It functions as a mobile web performance framework and gesture-based interface library to eliminate browser lag and mimic the behaviors and animations of native mobile applications. The framework focuses on implementing common mobile UX patterns, including pull-to-refresh functionality, swipe-to-action menus, and sliding side navigation. It provides specialized tools for gesture-driven interface development to ensure an immediate visual response to touch interactions

    JavaScriptandroidcssdcloud
    View on GitHub↗13,474
  • schrodinger/fixed-data-table-2schrodinger avatar

    schrodinger/fixed-data-table-2

    1,304View on GitHub↗

    This project is a data grid library designed for building complex, interactive tables within React applications. It provides a suite of modular components that enable the display of structured information, supporting both custom cell rendering and flexible column configurations to accommodate diverse data presentation needs. The library is built to handle large datasets by utilizing virtualized rendering, which ensures high performance by only processing the subset of rows currently visible within the viewport. It distinguishes itself through support for dynamic row heights and programmatic s

    JavaScript
    View on GitHub↗1,304
  • ramotion/paper-onboardingRamotion avatar

    Ramotion/paper-onboarding

    3,323View on GitHub↗

    :octocat: PaperOnboarding is a material design UI slider. Swift UI library by @Ramotion

    Swift
    View on GitHub↗3,323
  • robertherdzik/rhpreviewcellrobertherdzik avatar

    robertherdzik/RHPreviewCell

    384View on GitHub↗

    I envied so much Spotify iOS app this great playlist preview cell 😍, I decided to create my own one 🌶. Now you can give your users ability to quick check "what content is hidden under your UITableViewCell". Great think is that this Library not requires 3D Touch support from user device💥.

    Swift
    View on GitHub↗384
  • romansorochak/parallaxheaderromansorochak avatar

    romansorochak/ParallaxHeader

    1,039View on GitHub↗

    Simple way to add parallax header to UIScrollView/UITableView written in Swift.

    Swift
    View on GitHub↗1,039
  • tsucres/swiftycommentstsucres avatar

    tsucres/SwiftyComments

    226View on GitHub↗

    UITableView based component designed to display a hierarchy of expandable/foldable comments.

    Swift
    View on GitHub↗226
  • wizelinelabs/wlemptystateWizelineLabs avatar

    WizelineLabs/WLEmptyState

    318View on GitHub↗

    WLEmptyState is an iOS based component that lets you customize the view when the dataset of a UITableView or a UICollectionView is empty. We created a sample project with the WLEmptyState component to show how you can use it.

    Swift
    View on GitHub↗318
  • xai3/shoyuxai3 avatar

    xai3/Shoyu

    279View on GitHub↗

    Easier way to represent the structure of UITableView.

    Swift
    View on GitHub↗279
  • yalantis/perseiYalantis avatar

    Yalantis/Persei

    3,434View on GitHub↗

    Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift

    Swift
    View on GitHub↗3,434
  • yonat/selectionlistyonat avatar

    yonat/SelectionList

    124View on GitHub↗

    Simple single-selection or multiple-selection checklist, based on UITableView

    Swift
    View on GitHub↗124
  • younatics/expandablecellyounatics avatar

    younatics/ExpandableCell

    769View on GitHub↗

    ✨ Awesome expandable, collapsible tableview cell for iOS written in Swift 5

    Swift
    View on GitHub↗769
  • afrozzaheer/aztableviewcontrollerAfrozZaheer avatar

    AfrozZaheer/AZTableViewController

    75View on GitHub↗

    Elegant and easy way to integrate pagination with dummy views

    Swift
    View on GitHub↗75
  • younatics/ynexpandablecellyounatics avatar

    younatics/YNExpandableCell

    451View on GitHub↗

    ✨ Awesome expandable, collapsible tableview cell for iOS written in Swift 4

    Swift
    View on GitHub↗451
  • bcylin/quicktableviewcontrollerbcylin avatar

    bcylin/QuickTableViewController

    558View on GitHub↗

    A simple way to create a UITableView for settings in Swift.

    Swift
    View on GitHub↗558
  • dekatotoro/pulltorefreshswiftdekatotoro avatar

    dekatotoro/PullToRefreshSwift

    535View on GitHub↗

    iOS Simple Cool PullToRefresh Library. It is written in pure swift.

    Swift
    View on GitHub↗535
  • dentelezhkin/dttableviewmanagerDenTelezhkin avatar

    DenTelezhkin/DTTableViewManager

    452View on GitHub↗

    Protocol-oriented UITableView management, powered by generics and associated types.

    Swift
    View on GitHub↗452
  • fulldecent/fdtextfieldtableviewcellfulldecent avatar

    fulldecent/FDTextFieldTableViewCell

    25View on GitHub↗

    A UITableViewCell with an editable text field

    Swift
    View on GitHub↗25
  • gontovnik/dgelasticpulltorefreshgontovnik avatar

    gontovnik/DGElasticPullToRefresh

    3,745View on GitHub↗

    DGElasticPullToRefresh is a Swift pull-to-refresh component for iOS that provides a bouncy, elastic animation effect for scrolling lists. It serves as a specialized table view extension that triggers content updates via a downward swipe gesture. The component uses bezier paths and spring physics to render curved visual elements, simulating a flexible stretching effect during user interaction. This physics-based approach governs the movement and bounce of the interface to create a fluid feel. The system manages gesture-driven states and coordinate transformations to shift the view hierarchy.

    Swift
    View on GitHub↗3,745
  • jeantimex/collapsibletablesectionviewcontrollerjeantimex avatar

    jeantimex/CollapsibleTableSectionViewController

    354View on GitHub↗

    :tada: Swift library to support collapsible sections in a table view.

    Swift
    View on GitHub↗354
  • kyoheig3/gridviewKyoheiG3 avatar

    KyoheiG3/GridView

    855View on GitHub↗

    Reusable GridView with excellent performance and customization that can be time table, spreadsheet, paging and more.

    Swift
    View on GitHub↗855