> Objective-C exception thrown. Name: NSInvalidArgumentException Reason: > -[Universal_UniversalTableController > tableView:willDisplayCell:forRowAtIndexPath:]: unrecognized selector sent to > instance 0x7be7f460
I’ve noticed that on subclasses of UITableController, and other iOS types, that I’m seeing errors about unrecognized selectors if I try to call the base method from the subclass method. When I look at the documentation I don’t see anything saying not to use these? It’d be nice if the documentation explicitly said not to use these and/or they raised an exception that was more obvious. If they aren’t to be used it’d be nice if the default value from iOS were noted too - although in that case it seems easier to just return that value from the base methods. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
