【发布时间】:2013-09-23 00:37:51
【问题描述】:
我正在尝试从我的故事板中加载 UIWebVIew,但我在这行代码中收到 SIGABRT 错误:
NSURL *url = [NSURL fileURLWithPath:[[NSBundle mainBundle]pathForResource:@"http://en.wikipedia.org/wiki/Horse_show" ofType:nil]];
【问题讨论】:
标签: iphone uiwebview storyboard ios7 xcode5