awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • exyte/popupviewexyte 的头像

    exyte/PopupView

    4,045在 GitHub 上查看↗

    PopupView 是一个 SwiftUI 弹出库和模态视图管理器,用于在活动屏幕上显示 Toast 和浮动提醒。它作为一个覆盖层动画框架和通知系统,用于在 SwiftUI 用户界面中渲染非侵入式 UI 元素。 该库提供了用于覆盖层弹出渲染和通知管理的工具,允许创建出现在主要应用内容之上的自定义视图。它包括用于弹出背景定制和布局配置的功能,以管理屏幕定位和内边距。 该系统通过手势和计时器处理模态状态管理和关闭逻辑。它涵盖了用于控制元素出现和消失的过渡动画,以及感知安全区域的定位和状态驱动的可见性控制。

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

    Swift
    在 GitHub 上查看↗4,045
  • soffes/hotkeysoffes 的头像

    soffes/HotKey

    1,077在 GitHub 上查看↗

    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
    在 GitHub 上查看↗1,077
  1. Home
  2. Software Engineering & Architecture
  3. Callback Event Handlers