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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesCallback Event Handlers

Mechanisms for executing specific logic in response to UI events via closure-based callbacks.

Distinct from Closure Callbacks: The candidates focus on network connection closures or FFI-specific closure providers; this is about general UI event handling.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Callback Event Handlers. Refine with filters or upvote what's useful.

Awesome Callback Event Handlers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • exyte/popupviewAvatar von exyte

    exyte/PopupView

    4,045Auf GitHub ansehen↗

    PopupView ist eine SwiftUI-Popup-Bibliothek und ein Modal-View-Manager, der verwendet wird, um Toasts und schwebende Warnmeldungen über aktiven Bildschirmen anzuzeigen. Es fungiert als Overlay-Animations-Framework und Benachrichtigungssystem für das Rendern nicht-intrusiver UI-Elemente innerhalb einer SwiftUI-Benutzeroberfläche. Die Bibliothek bietet Tools für das Rendern von Overlay-Popups und die Benachrichtigungsverwaltung, was die Erstellung benutzerdefinierter Ansichten ermöglicht, die über dem primären Anwendungsinhalt erscheinen. Sie enthält Funktionen für die Anpassung des Popup-Hintergrunds und die Layout-Konfiguration zur Verwaltung von Bildschirmpositionierung und Padding. Das System verwaltet den modalen Zustandsstatus und die Schließlogik über Gesten und Timer. Es deckt Übergangsanimationen zur Steuerung des Erscheinens und Verschwindens von Elementen ab sowie eine Safe-Area-bewusste Positionierung und zustandsgesteuerte Sichtbarkeitskontrolle.

    Provides closure-based callbacks to execute custom logic when popups are triggered or dismissed.

    Swift
    Auf GitHub ansehen↗4,045
  • soffes/hotkeyAvatar von soffes

    soffes/HotKey

    1,077Auf GitHub ansehen↗

    HotKey is a developer library for registering system-wide keyboard shortcuts in macOS applications. It binds modifier keys and key codes to system-wide identifiers using native operating system event hooks, allowing applications to respond to key combinations while running in the background. The library executes custom closures asynchronously when native keyboard monitor notifications match registered global shortcut signatures. It handles both press and release events, and automatically unregisters system hot key bindings during object deallocation to prevent stale event listeners and memory

    Executes custom closure callbacks asynchronously in response to global keyboard monitoring events.

    Swiftappkitcarboncarthage
    Auf GitHub ansehen↗1,077
  1. Home
  2. Software Engineering & Architecture
  3. Callback Event Handlers