I have the below UITableViewController attached as a searchResultsController:
import UIKit import MapKit class LocationSearchTable : UITableViewController {
I had similar issue! After several minutes of debugging, I realized I didn't inherit the
UITableViewDelegate, UITableViewDataSource
on my ViewController.