Google是否支持使用Swift语言的Google Plus SDK for iOS?
如果可能的话,请给我一些参考。
答案 0 :(得分:0)
Google+ SDK是用Objective-C编写的。您可以参考Apple电子书“使用Swift with Cocoa和Objective-C”来了解如何使用Swift的Objective-C框架。您可以通过iBooks访问该书。
答案 1 :(得分:0)
您可以参考链接 https://medium.com/swift-programming/google-in-swift-a0943352dfe9
我在github上工作样本,它可以朗姆酒。 https://github.com/masouk/IOS_in_SWIFT_sample/tree/master/GooglePlusTest
答案 2 :(得分:0)
If you're using cocoa pods and the this approach, make sure you use
for mw, price in old_list:
new_list.append({'Mw': mw, 'Price': price})
instead of
\#import <</>googleplus_ios_sdk/GooglePlus.h</>>
This took hours to figure out...