Xamarin throws NullReferenceException when using custom UITableViewCell in iOS
问题 I am having a very similar problem to the one discussed at Xamarin custom UITableViewCell throws System NullReferenceException. Nevertheless, after following the answer there, my issue has not been solved. I have a custom UITableView BoardListCell . In my Storyboard, I have a UITableView . It is accessible in my ViewController via the outlet tableView . In my view controller, I get the data. Then I do tableView.Source = new BoardsTableViewSource(sourceData); My BoardsTableViewSource : using