文件名称:Strongify:Strongify是一个1文件的µframework,提供了更好的API,可避免弱弱的舞蹈
文件大小:28KB
文件格式:ZIP
更新时间:2024-05-03 11:42:51
Swift
强化 1档µframe,摆脱了Swift中的弱劲舞。 基本上可以让您从此出发: target. closure = { [ weak self , weak other] some, arguments in guard let strongSelf = self , let strongOther = other else { return } /// ... code } 对此: target. closure = strongify ( weak : self , other) { strongSelf, strongOther, some, arguments in /// ... code } 安装 迅捷软件包管理器 将.Package(url: "https://github.com/krzysztofzablocki/Strongify.gi
【文件预览】:
Strongify-master
----.gitignore(1KB)
----Sources()
--------Strongify.swift(93KB)
----Configs()
--------StrongifyTests.plist(733B)
--------Strongify.plist(920B)
----LICENSE(1KB)
----Funding.yml(25B)
----.DS_Store(6KB)
----.swift-version(4B)
----Strongify.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(35KB)
--------xcuserdata()
----README.md(1KB)
----Strongify.podspec(832B)
----Package.swift(390B)
----Tests()
--------LinuxMain.swift(99B)
--------StrongifyTests()