开发者

UISearchDisplayController : application is showing exception

开发者 https://www.devze.com 2023-01-11 15:30 出处:网络
Im trying to work with UISearchDisplay controller the application is launching correctly. When i start typing in the UISearchbarController its showing the following exception and exiting the applicati

Im trying to work with UISearchDisplay controller the application is launching correctly. When i start typing in the UISearchbarController its showing the following exception and exiting the application.

The exception is as follows: [BrowserViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x5b4ccc0 2010-08-13 11:59:58.469 MixedApplication[7297:207] *** Terminating app due to uncaught except开发者_JAVA百科ion 'NSInvalidArgumentException', reason: '-[BrowserViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x5b4ccc0'


Can you post your code for the tableView:numberOfRowsInSection?

EDIT: UISearchBar will not work for a UIWebView

0

精彩评论

暂无评论...
验证码 换一张
取 消