1 个仓库
Capabilities for controlling the execution path of a guided walkthrough, such as jumping or pausing.
Distinct from Execution Flow Control: Focuses on the walkthrough progression flow rather than debugger execution flow.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Tour Sequence Control. Refine with filters or upvote what's useful.
Instructions 是一个 Swift 框架,专为创建引导式教程和用户入门体验而设计。它管理教学气泡和高亮标记的顺序、动画和布局,引导用户了解应用程序功能。 该库提供了界面高亮工具,使用变暗的背景遮罩和精确的剪切区域来吸引用户对特定 UI 元素的注意。它包括用于引导流程控制的机制,允许开发者管理线性进度、跳转到特定步骤或实现教程跳过逻辑。 视觉元素可以通过可配置的背景遮罩以及用自定义视图替换默认气泡组件的能力进行定制。该框架处理布局同步,以确保标记和剪切路径在屏幕调整大小或方向更改时正确更新。
Provides mechanisms to control the sequence of guided tours by jumping to specific steps or pausing.