文件名称:Nuke-WebP-Plugin:支持Nuke的WebP插件
文件大小:96KB
文件格式:ZIP
更新时间:2024-06-16 21:17:28
swift nuke webp swift4 nuke-webp-plugin
Nuke-WebP-插件 WebP for Nuke,允许您加载和显示WebP图像。 您可以在项目中的演示中亲自看到它。 用法 该插件具有一个预先配置的,具有WebP支持的Nuke.Manager和一个WebPImage: import Nuke import NukeWebPPlugin WebPImageDecoder. enable () let imageView = UIImageView () let webpimageURL = URL ( string : " https://example.com/sample.webp " ) ! Nuke. loadImage ( with : url, into : imageView) 安装 pod 'Nuke-WebP-Plugin' github 'ryokosuge/Nuke-WebP-Plugin' 最低要求 S
【文件预览】:
Nuke-WebP-Plugin-master
----.gitignore(1KB)
----LICENSE(1KB)
----CHANGELOG.md(2KB)
----Demo()
--------Demo.xcodeproj()
--------Demo.xcworkspace()
--------Podfile.lock(763B)
--------Source()
--------Podfile(160B)
----.github()
--------workflows()
----Nuke-WebP-Plugin.podspec(5KB)
----Nuke-WebP-Plugin.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(237KB)
----README.md(1KB)
----Supporting Files()
--------module.modulemap(118B)
--------Info.plist(776B)
--------Nuke_WebP_Plugin.h(581B)
----Cartfile.resolved(89B)
----Cartfile(88B)
----Tests()
--------DataExtensionsTests.swift(1KB)
--------Resource()
--------Info.plist(703B)
--------WebPDecodeTests_MacOS.swift(3KB)
--------WebPDecodeTests.swift(3KB)
--------WebPImageDecoderTests.swift(2KB)
----.gitattributes(418B)
----Source()
--------Extensions()
--------WebPImage.swift(1KB)
--------WebP()