Question

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 exception 'NSInvalidArgumentException', reason: '-[BrowserViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x5b4ccc0'

Was it helpful?

Solution

Can you post your code for the tableView:numberOfRowsInSection?

EDIT: UISearchBar will not work for a UIWebView

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top