如何使用最新版本的xcode(4.3.3)在谷歌日历中嵌入谷歌日历?
答案 0 :(得分:1)
好吧,我会使用UIWebView
。那将是最简单的。然后将它加载到googles一侧的日历登录。在viewDidLoad
。
[YourWebview loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:
@"Your URL Here"]]];