OBEPreview:在Xcode中组成SwiftUI预览画布的快速简单和可重用的方法 源码
OBE预览 描述 我想要一种快速,简单且可重用的方式在Xcode中编写SwiftUI预览画布...因此我构建了它。 例子 struct Preview_Previews : PreviewProvider { static var previews: some View { Preview ([. light ], [. dark ]) { HStack { Text ( " Such content. " ) Text ( " So easy. " ) Text ( " Very readable. " ) } . padding () } . context ([
文件列表
OBEPreview-main.zip
(预估有个13文件)
OBEPreview-main
Sources
OBEPreview
Context.swift
2KB
Item.swift
6KB
Preview.swift
1KB
Helpers
Colored.swift
648B
LaidOut.swift
1KB
.swiftpm
暂无评论