DOC-203 创建 iOS Demo 工程 #16
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
创建 iOS Demo 验证:文件类型识别、Markdown 解析、阅读事件生成。
Demo 功能:选择 fixture markdown 文件、调用 Rust open_document、展示标题和 block 列表、模拟滚动位置变化、导出 ReadingEvent
验收标准:Demo 能运行、能展示 Markdown blocks、能打印 ReadingEvent、不依赖知习主 App
完成项
✅ iOS Demo App 骨架已创建
✅ bindings/ios/demo/MaterialReaderDemo/DemoApp.swift
✅ 演示文件类型检测 + 阅读事件模拟
Demo 功能
使用方式
备注
Xcode 项目文件 (.xcodeproj) 为二进制格式,需要在 Xcode 中手动创建。Demo 提供完整的 SwiftUI 集成代码。