文件名称:XCAssetsKit:用Swift编写的.xcassets解析器
文件大小:12.18MB
文件格式:ZIP
更新时间:2024-03-30 12:33:34
Swift
XCAssetsKit 用Swift编写的.xcassets解析器 :penguin: 用法 let xcassets: XCAssets = try ! XCAssets ( fileURL : URL ( fileURLWithPath : " path/to/file.xcassets " )) let contents: XCAssetsContents = xcassets. contents // Decode Contents.json let assets: [Assets] = xcassets. assets // Decode Assets if case . imageSet ( let imageSet) == assets[ 0 ] { print (imageSet. fileName ) // image_png
【文件预览】:
XCAssetsKit-master
----.travis.yml(104B)
----.swift-version(4B)
----XCAssetsKit.podspec(536B)
----LICENSE(1KB)
----Resources()
--------header.png(411KB)
--------imageassets_screenshot.png(62KB)
----Sources()
--------XCAssetsKit()
----Package.swift(1KB)
----.gitignore(1KB)
----Makefile(79B)
----Tests()
--------XCAssetsKitTests()
----README.md(2KB)