gpt4 book ai didi

ios - 在 ObjC 中使用 Swift 库

转载 作者:行者123 更新时间:2023-11-29 10:31:08 24 4
gpt4 key购买 nike

有没有一种在 ObjC 中使用 Swift 库的简单方法?如果是,我该怎么做?

这里是我想使用的库:https://github.com/matthewpalmer/Regift

顺便说一下,如果你们知道另一种在 iOS 中将视频转换为动画 gif 的方法。谢谢!

最佳答案

你应该看看 Apple 的文档。

https://developer.apple.com/library/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html

提到它,

To import Swift code into Objective-C from the same target

Import the Swift code from that target into any Objective-C .m filewithin that target using this syntax and substituting the appropriatename: OBJECTIVE-C

import "ProductModuleName-Swift.h" The Swift files in your target will be visible in Objective-C .m files containing this import

statement. For information on using Swift from Objective-C code, seeUsing Swift from Objective-C.

关于ios - 在 ObjC 中使用 Swift 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29580438/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com