2 مستودعات
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.
PopupView is a SwiftUI popup library and modal view manager used to display toasts and floating alerts over active screens. It functions as an overlay animation framework and notification system for rendering non-intrusive UI elements within a SwiftUI user interface. The library provides tools for overlay popup rendering and notification management, allowing for the creation of custom views that appear above primary application content. It includes capabilities for popup background customization and layout configuration to manage screen positioning and padding. The system handles modal state
Provides closure-based callbacks to execute custom logic when popups are triggered or dismissed.
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.