Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用最新版本的 xcode (4.3.3) 在 iPhone 应用程序中嵌入谷歌日历?
好吧,我会使用UIWebView. 那将是最简单的。然后只需将其加载到谷歌端的日历登录即可。像这样在你的viewDidLoad.
UIWebView
viewDidLoad
[YourWebview loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString: @"Your URL Here"]]];