How to make use of cell reuse in UITableViewSource in Xamarin?
问题 I have UITableViewSource class which is used for the UISearchDisplayController . In my main table view I have a custom cell which works fine. Now I want to use the custom cell also for the table view of the search results. But I only manage it to display the default style with public class SearchSource : UITableViewSource { static NSString cellIdentifier = new NSString("CustomCell"); public override UITableViewCell GetCell (UITableView tableView, NSIndexPath indexPath) { UITableViewCell cell