迅速支持谷歌加

时间:2014-10-12 08:29:59

标签: ios swift ios8 google-plus

Google是否支持使用Swift语言的Google Plus SDK for iOS?

如果可能的话,请给我一些参考。

3 个答案:

答案 0 :(得分:0)

Google+ SDK是用Objective-C编写的。您可以参考Apple电子书“使用Swift with Cocoa和Objective-C”来了解如何使用Swift的Objective-C框架。您可以通过iBooks访问该书。

答案 1 :(得分:0)

答案 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...