1 个仓库
Mechanisms for handling system events and user input through continuous event loops.
Distinct from Input Event Loops: Existing candidates focus on desktop window loops or kernel initializers, not the general iOS run loop pattern.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Run Loop Processing. Refine with filters or upvote what's useful.
该项目是 Objective-C iOS 应用程序演示和代码示例的集合。它提供了 iOS 环境中核心开发模式和系统级功能的实现。 该仓库专注于 Objective-C 运行时示例,演示了动态方法分发和运行时方法交换(swizzling)以修改对象行为。它还包括一个 Core Animation UI 库以及 iOS 多线程和并发管理的示例。 该项目涵盖了 UI 动画和图形、并发任务协调以及集成第三方服务进行身份验证和社交分享的功能。
Implements event-loop message processing to handle system events and user input.