1

如何使用最新版本的 xcode (4.3.3) 在 iPhone 应用程序中嵌入谷歌日历?

4

1 回答 1

1

好吧,我会使用UIWebView. 那将是最简单的。然后只需将其加载到谷歌端的日历登录即可。像这样在你的viewDidLoad.

[YourWebview loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:
                                                   @"Your URL Here"]]];
于 2012-08-06T23:29:33.643 回答