Venuz
设计系统组件,用于创建界面,每个组合都具有灵活性和风格。
示例
要运行示例项目,请克隆仓库,并首先从 Example 目录运行 pod install
。
安装
Venuz 通过 CocoaPods 提供。要安装,只需将以下行添加到 Podfile 中
pod 'Venuz' # Using this to install all features
#or
pod 'Venuz/UIKit' # Using the /UIKit to import only the features to use UIKit
#or
pod 'Venuz/SwiftUI' # Using the /SwiftUI to import only the features to use SwiftUI
许可证
全网VuAPI遵循MIT许可协议。有关更多信息,请参阅LICENSE文件。