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) を使用して Google カレンダーを iPhone アプリに埋め込むにはどうすればよいですか?
まあ、私は使用しますUIWebView。それが一番簡単でしょう。次に、Google 側のカレンダー サインインにロードします。あなたの中でこのようにviewDidLoad。
UIWebView
viewDidLoad
[YourWebview loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString: @"Your URL Here"]]];