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 12207480/tyalertcontroller

Open-source alternatives to TYAlertController

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

  • entotsu/tksubmittransitionentotsu avatar

    entotsu/TKSubmitTransition

    2,261View on GitHub↗

    )](https://developer.apple.com/iphone/index.action) )](https://developer.apple.com/swift) )](http://mit-license.org)

    Swift
    View on GitHub↗2,261
  • 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
  • etesam913/react-magic-motionEtesam913 avatar

    Etesam913/react-magic-motion

    1,122View on GitHub↗

    React Magic Motion is a component-based library for React that automates layout transitions and visual movement. It functions as a declarative animation framework, allowing developers to apply smooth motion to UI elements without the need for manual keyframe management or complex state tracking. The library utilizes a layout-based animation technique that calculates the difference between element positions before and after state changes. By monitoring the component tree and DOM layout, it automatically triggers hardware-accelerated CSS transforms to animate shifts, reordering, and navigation

    TypeScript
    View on GitHub↗1,122
  • alexcatch/acanimatedtextfieldA

    AlexCatch/ACAnimatedTextField

    0View on GitHub↗
    View on GitHub↗0

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
  • andreamazz/uitextfield-shakeandreamazz avatar

    andreamazz/UITextField-Shake

    727View on GitHub↗

    UITextField category that adds shake animation

    Objective-C
    View on GitHub↗727
  • andreamazz/uiview-shakeA

    andreamazz/UIView-Shake

    0View on GitHub↗
    View on GitHub↗0
  • andreamazz/gearrefreshcontrolandreamazz avatar

    andreamazz/GearRefreshControl

    619View on GitHub↗

    A custom animation for the UIRefreshControl

    Swift
    View on GitHub↗619
  • bref-chan/ccfoldcellB

    bref-Chan/CCFoldCell

    0View on GitHub↗
    View on GitHub↗0
  • cezarykopacz/ckwavecollectionviewtransitionCezaryKopacz avatar

    CezaryKopacz/CKWaveCollectionViewTransition

    1,849View on GitHub↗

    Cool wave like transition between two or more UICollectionView

    Swift
    View on GitHub↗1,849
  • chinsyo/uber-video-welcomeC

    chinsyo/uber-video-welcome

    0View on GitHub↗
    View on GitHub↗0
  • 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
  • cwrichardkim/tindersimpleswipecardsC

    cwRichardKim/TinderSimpleSwipeCards

    0View on GitHub↗
    View on GitHub↗0
  • daltron/notificationbannerDaltron avatar

    Daltron/NotificationBanner

    4,875View on GitHub↗

    NotificationBanner is an iOS notification banner library and Swift UI component designed for displaying non-intrusive in-app alerts and notification toasts. It functions as an in-app alert manager that handles the queuing, timing, and dismissal of multiple screen notifications to prevent visual overlap. The library provides extensive banner customization, allowing for the use of custom views, formatted text, and protocol-based styles to align with application branding. It supports the embedding of accessory views and the placement of banners at either the top or bottom of the screen. The sys

    Swift
    View on GitHub↗4,875
  • eggswift/estabbarcontrollereggswift avatar

    eggswift/ESTabBarController

    5,238View on GitHub↗

    ESTabBarController is a Swift framework for customizing the appearance, animations, and behavioral logic of navigation tab bars. It provides an interactive navigation UI kit designed to manage navigation components, including badge controllers and overflow menus. The project integrates Lottie vector animations to render interactive motion graphics within the navigation interface. It also includes a mechanism that automatically converts excess navigation items into a dropdown menu when the available screen width is exceeded. The framework covers broad capability areas including badge manageme

    Swift
    View on GitHub↗5,238
  • ephread/instructionsephread avatar

    ephread/Instructions

    5,195View on GitHub↗

    Instructions is a Swift framework designed for creating guided tours and user onboarding experiences. It manages the sequence, animations, and layouts of instructional bubbles and highlighting markers to lead users through application features. The library provides tools for interface highlighting, using dimmed background overlays and precise cutouts to draw attention to specific UI elements. It includes mechanisms for walkthrough flow control, allowing developers to manage linear progression, jump to specific steps, or implement tour skipping logic. Visual elements are customizable through

    Swift
    View on GitHub↗5,195
  • bohdanorlov/bouncypageviewcontrollerB

    BohdanOrlov/BouncyPageViewController

    0View on GitHub↗
    View on GitHub↗0
  • andreamazz/bubbletransitionandreamazz avatar

    andreamazz/BubbleTransition

    3,307View on GitHub↗

    A custom modal transition that presents and dismiss a controller with an expanding bubble effect.

    Swift
    View on GitHub↗3,307
  • fitomad/ios-bubble-transitionF

    fitomad/iOS-Bubble-Transition

    0View on GitHub↗
    View on GitHub↗0
  • 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
  • haaakon/singlelineshakeanimationH

    haaakon/SingleLineShakeAnimation

    0View on GitHub↗
    View on GitHub↗0
  • hachinobu/samuraitransitionhachinobu avatar

    hachinobu/SamuraiTransition

    281View on GitHub↗

    SamuraiTransition is an open source Swift based library providing a collection of ViewController transitions featuring a number of neat “cutting” animations.

    Swift
    View on GitHub↗281
  • hanton/htytextfieldhanton avatar

    hanton/HTYTextField

    310View on GitHub↗

    A UITextField with bouncy placeholder.

    Swift
    View on GitHub↗310
  • hyperoslo/presentationhyperoslo avatar

    hyperoslo/Presentation

    3,067View on GitHub↗

    :bookmark_tabs: Presentation helps you to make tutorials, release notes and animated pages.

    Swift
    View on GitHub↗3,067
  • ifttt/jazzhandsIFTTT avatar

    IFTTT/JazzHands

    6,367View on GitHub↗

    JazzHands is a UIKit framework providing a scroll-driven animation engine and a paging layout manager. It enables the binding of view properties to timelines of keyframes, allowing visual transitions to be synced with real-time scroll offsets or gesture data. The project distinguishes itself through a value-interpolation engine that calculates intermediate property states. This allows animation progress to be driven by external input values, mapping view attributes to a timeline based on a floating point progress indicator. The framework also includes a system for organizing views within pag

    Objective-C
    View on GitHub↗6,367
  • ifttt/razzledazzleIFTTT avatar

    IFTTT/RazzleDazzle

    3,349View on GitHub↗

    A simple keyframe-based animation framework for iOS, written in Swift. Perfect for scrolling app intros.

    Swift
    View on GitHub↗3,349
  • jonathantribouharet/jtmaterialtransitionjonathantribouharet avatar

    jonathantribouharet/JTMaterialTransition

    953View on GitHub↗

    An iOS transition for controllers based on material design.

    Swift
    View on GitHub↗953
  • kittenyang/animationsK

    KittenYang/Animations

    0View on GitHub↗
    View on GitHub↗0
  • kittenyang/kypushtransitionK

    KittenYang/KYPushTransition

    0View on GitHub↗
    View on GitHub↗0
  • kongtomorrow/watchtransitionK

    kongtomorrow/WatchTransition

    0View on GitHub↗
    View on GitHub↗0
  • aladinway/transitionbuttonAladinWay avatar

    AladinWay/TransitionButton

    1,475View on GitHub↗

    UIButton sublass for loading and transition animation.

    Swift
    View on GitHub↗1,475