【发布时间】:2012-03-06 01:26:16
【问题描述】:
在 iOS5 中这工作正常:
[descriptionWebView.scrollView setScrollEnabled:NO];
但在任何低于 5 的 iOS 中,它都会失败:
[UIWebView scrollView]: unrecognized selector sent to instance 0x791f9e0
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIWebView scrollView]: unrecognized selector sent to instance 0x791f9e0'
【问题讨论】:
标签: ios uiwebview uiscrollview