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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?