通过UIWebView中的iFrame将Google日历嵌入到iOS应用中

时间:2013-10-04 00:42:01

标签: ios objective-c iframe uiwebview

我试图从Google日历中嵌入日历仅供公众查看。我没有任何错误,但每当我运行我的应用程序时都没有任何错误。如果要求日历不会加载,我做错了什么?

NSString *iframe = @"<iframe src=\"https://www.google.com/calendar/embed?showTitle=0&amp;showPrint=0&amp;showTabs=0&amp;showCalendars=0&amp;showTz=0&amp;height=360&amp;wkst=1&amp;hl=en&amp;bgcolor=%23@c0000&amp;src=chipbeck4670%40gmail.com&amp;color=%232952A3&amp;ctz=America%2FNew_York\" style=\" border-width:0 \" width=\"320\" height=\"360\" frameborder=\"0\" scrolling=\"no\"></iframe>";

HTML = [NSString stringWithFormat:@"<HTML><BODY>%@</BODY></HTML>", iframe];

[cal loadHTMLString:HTML baseURL:nil];

谢谢!

0 个答案:

没有答案