MarkupKit

iOS 和 tvOS 的声明式用户界面。「Declarative UI for iOS and tvOS)」

Github星跟踪图

MarkupKit has been retired. Users are encouraged to migrate to the Lima project, which supports most MarkupKit features and allows developers to create iOS and tvOS applications declaratively using an intuitive Swift-based DSL.

Converting markup to Lima syntax is straightforward. For example, given this markup:

<LMColumnView spacing="16">
    <UIImageView image="world.png"/>
    <UILabel text="Hello, World!"/>
</LMColumnView>

the Lima equivalent is as follows:

LMColumnView(spacing: 16,
    UIImage(image: UIImage(named: "world.png")),
    UILabel(text: "Hello, World!")
)

For more information, see the Lima README.

Thanks for using MarkupKit!

主要指标

概览
名称与所有者gk-brown/MarkupKit
主编程语言HTML
编程语言Objective-C, Swift, Shell (语言数: 1)
平台
许可证Creative Commons Attribution 4.0 International
所有者活动
创建于2017-05-02 03:18:26
推送于2023-06-02 07:38:27
最后一次提交2022-10-20 14:13:39
发布数0
用户参与
星数193
关注者数35
派生数295
提交数0.9k
已启用问题?
问题数127
打开的问题数3
拉请求数1076
打开的拉请求数0
关闭的拉请求数170
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?