目录

UIKitEssentials

Essentials for development using UIKit.

Requirements

  • iOS 9.0+ / tvOS 9.0+
  • Swift 5.6+

Using UIKitEssentials in your project

To use the UIKitEssentials library in a SwiftPM project, add the following line to the dependencies in your Package.swift file:

.package(url: "https://github.com/jrsaruo/UIKitEssentials", from: "1.3.1"),

and add UIKitEssentials as a dependency for your target:

.target(name: "<target>", dependencies: [
    .product(name: "UIKitEssentials", package: "UIKitEssentials"),
    // other dependencies
]),

Finally, add import UIKitEssentials in your source code.

关于
90.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802032778号