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 yoavlt/liquidloader

Open-source alternatives to LiquidLoader

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

  • ninjaprox/nvactivityindicatorviewninjaprox avatar

    ninjaprox/NVActivityIndicatorView

    10,708View on GitHub↗

    NVActivityIndicatorView is a library of themed and configurable animation views used to replace standard system loading spinners in iOS applications. It provides a collection of reusable Swift UI components designed to signal background processing and data loading through various visual styles. The library focuses on custom activity indicators that allow for the implementation of stylized loading animations with specific colors and patterns. It enables the visualization of asynchronous processes and mobile app loading states to notify users that a background task is active. These components

    Swift
    View on GitHub↗10,708
  • oblador/react-native-progressoblador avatar

    oblador/react-native-progress

    3,669View on GitHub↗

    react-native-progress is a collection of visual components for cross-platform mobile applications designed to represent completion percentages and loading states. It provides a set of progress bars, circular indicators, and loading spinners for mobile environments. The library includes specific components for visualizing progress, such as a percentage progress pie, circular progress indicators with inner text, and linear progress bars. For active background processes, it provides animated loading spinners and activity spinners to signal ongoing tasks. These components support task completion

    JavaScript
    View on GitHub↗3,669
  • ybq/android-spinkitybq avatar

    ybq/Android-SpinKit

    8,646View on GitHub↗

    Android-SpinKit is an Android animation library that provides a collection of animated loading spinner views for use as progress indicators during asynchronous operations. The library offers multiple predefined animation styles, including Circle, Wave, and DoubleBounce, which can be selected and displayed as standard Android View elements within an application's layout. The library distinguishes itself by being built entirely on the Android SDK's drawing and animation APIs, with no external dependencies required. Each spinner type implements a distinct animation state machine using Android's

    Javaandroid-loadinganimationloading
    View on GitHub↗8,646

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
  • manuelescrig/mevhorizontalcontactsmanuelescrig avatar

    manuelescrig/MEVHorizontalContacts

    355View on GitHub↗

    An iOS UICollectionViewLayout subclass to show a list of contacts with configurable expandable items.

    Objective-C
    View on GitHub↗355
  • 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
  • yalantis/guillotinemenuYalantis avatar

    Yalantis/GuillotineMenu

    2,888View on GitHub↗

    Our Guillotine Menu Transitioning Animation implemented in Swift reminds a bit of a notorious killing machine.

    Swift
    View on GitHub↗2,888
  • exyte/progressindicatorviewexyte avatar

    exyte/ProgressIndicatorView

    355View on GitHub↗

    An iOS progress indicator view library written in SwiftUI

    Swift
    View on GitHub↗355
  • andreamazz/uitextfield-shakeandreamazz avatar

    andreamazz/UITextField-Shake

    727View on GitHub↗

    UITextField category that adds shake animation

    Objective-C
    View on GitHub↗727
  • 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
  • juanpe/skeletonviewJuanpe avatar

    Juanpe/SkeletonView

    12,873View on GitHub↗

    SkeletonView is an iOS loading skeleton library used to display animated placeholder views that mimic a layout's structure while asynchronous data loads. It functions as a UI placeholder generator and a UIView animation framework to indicate active background processes. The library includes a list view skeleton orchestrator that generates placeholder cells and headers for table and collection views based on data source protocols. It provides tools to simulate text layouts using configurable line counts and spacing to prepare users for the final screen structure. Capability areas cover the co

    Swift
    View on GitHub↗12,873
  • ninjinkun/njkwebviewprogressninjinkun avatar

    ninjinkun/NJKWebViewProgress

    3,874View on GitHub↗

    NJKWebViewProgress is an iOS web view UI component and loading monitor designed to track and visually represent the loading state of web pages within a mobile application. It functions as a progress indicator that monitors browser activity to provide real-time feedback on page load completion. The project integrates with embedded web content to drive numerical loading values and visual indicators, such as loading bars, to manage the user interface during the page load process. The implementation relies on delegate callbacks and key-value observing to monitor the underlying web view state and

    Objective-C
    View on GitHub↗3,874
  • ramotion/fluid-sliderRamotion avatar

    Ramotion/fluid-slider

    1,987View on GitHub↗

    :octocat:💧 A slider widget with a popup bubble displaying the precise value selected. Swift UI library made by @Ramotion

    Swiftioslibraryswift
    View on GitHub↗1,987
  • yalantis/eatfitYalantis avatar

    Yalantis/EatFit

    648View on GitHub↗

    Eat fit is a component for attractive data representation inspired by Google Fit

    Swiftanimationcarthagegoogle-fit
    View on GitHub↗648
  • xhzengaib/popmenuxhzengAIB avatar

    xhzengAIB/PopMenu

    886View on GitHub↗

    PopMenu

    Objective-C
    View on GitHub↗886
  • andreamazz/gearrefreshcontrolandreamazz avatar

    andreamazz/GearRefreshControl

    619View on GitHub↗

    A custom animation for the UIRefreshControl

    Swift
    View on GitHub↗619
  • cardinalnow/ios-circleprogressviewCardinalNow avatar

    CardinalNow/iOS-CircleProgressView

    514View on GitHub↗

    CircleProgressView

    Swift
    View on GitHub↗514
  • cosmicmind/materialCosmicMind avatar

    CosmicMind/Material

    11,988View on GitHub↗

    Material is a mobile user interface framework designed for building responsive and consistent native applications. It provides a declarative component architecture that allows developers to construct complex interfaces through modular, self-contained elements that manage their own state and rendering logic. The framework distinguishes itself through a constraint-based layout engine that calculates component geometry by solving spatial relationships between elements, ensuring layouts adapt automatically to varying screen sizes. It also features a hierarchical design system that propagates styl

    Swiftanimationcardcosmicmind
    View on GitHub↗11,988
  • exyte/activityindicatorviewexyte avatar

    exyte/ActivityIndicatorView

    1,656View on GitHub↗

    A number of preset loading indicators created with SwiftUI

    Swift
    View on GitHub↗1,656
  • fxm90/gradientloadingbarfxm90 avatar

    fxm90/GradientLoadingBar

    894View on GitHub↗

    ⌛️A customizable animated gradient loading bar.

    Swift
    View on GitHub↗894
  • fxm90/gradientprogressbarfxm90 avatar

    fxm90/GradientProgressBar

    541View on GitHub↗

    📊 A customizable gradient progress bar (UIProgressView).

    Swift
    View on GitHub↗541
  • hanton/htytextfieldhanton avatar

    hanton/HTYTextField

    310View on GitHub↗

    A UITextField with bouncy placeholder.

    Swift
    View on GitHub↗310
  • icanzilb/swiftspinnericanzilb avatar

    icanzilb/SwiftSpinner

    2,170View on GitHub↗

    A beautiful activity indicator and modal alert written in Swift (originally developed for my app DoodleDoodle) Using blur effects, translucency, flat and bold design - all iOS 8 latest and greatest

    Swift
    View on GitHub↗2,170
  • naoyashiga/rploadinganimationnaoyashiga avatar

    naoyashiga/RPLoadingAnimation

    198View on GitHub↗

    Loading animations :cyclone: by using Swift CALayer

    Swift
    View on GitHub↗198
  • yannickl/ylprogressbaryannickl avatar

    yannickl/YLProgressBar

    1,266View on GitHub↗

    UIProgressView replacement with an highly and fully customizable animated progress bar in pure Core Graphics

    Objective-C
    View on GitHub↗1,266
  • ramotion/animated-tab-barRamotion avatar

    Ramotion/animated-tab-bar

    11,090View on GitHub↗

    This project is a Swift UI tab bar library and animation framework for iOS. It provides a custom tab bar controller designed to manage programmatic icon transitions and motion effects when users switch between different views in a mobile application. The toolkit includes built-in tab icon effects such as bouncing and rotating, as well as a custom animation protocol that allows for the definition of precise transition behaviors. These components are used to implement fluid motion effects and interactive navigation elements.

    Swift
    View on GitHub↗11,090
  • ramotion/expanding-collectionRamotion avatar

    Ramotion/expanding-collection

    5,520View on GitHub↗

    This project is a suite of visual components and interface models designed to create animated transitions between condensed grid previews and expanded detail views. It provides a card transition library and SwiftUI animated UI components that enable a peek-and-pop interface where small preview cards expand into full-screen content. The system implements an animated grid layout that allows collections of cards to expand and contract to reveal more information. These interactions are supported by animations that transform small content cells into full-screen interfaces to maintain visual contin

    Swift
    View on GitHub↗5,520
  • skywinder/gaugekitskywinder avatar

    skywinder/GaugeKit

    1,023View on GitHub↗

    Kit for building custom gauges easy reproducible Apple's style ring gauges.

    Swift
    View on GitHub↗1,023
  • seedante/cardanimationseedante avatar

    seedante/CardAnimation

    1,165View on GitHub↗

    Card flip animation by pan gesture.

    Swift
    View on GitHub↗1,165
  • tbxark/tkrubberindicatorTBXark avatar

    TBXark/TKRubberIndicator

    1,469View on GitHub↗

    Swift 4.0 - iOS 8.0+ - Xcode 9.0

    Swift
    View on GitHub↗1,469
  • yoavlt/liquidfloatingactionbuttonyoavlt avatar

    yoavlt/LiquidFloatingActionButton

    3,845View on GitHub↗

    LiquidFloatingActionButton is a mobile UI component library providing an animated floating action button that expands into a menu. This interactive component uses fluid, liquid-like motion animations to present a set of primary application shortcuts. The project focuses on state-driven animation and the development of non-rectangular interactive elements. It implements mathematical curves and property-based state changes to create organic visual transitions during menu expansion and contraction. The library covers coordinate-mapped touch detection for non-rectangular shapes, curve-based shap

    Swift
    View on GitHub↗3,845