-[UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance
- 阅读更多 关于 -[UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am very new to Swift as I justed started on it only a few months back. I have an aching problem with this error. -[UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance XXX Here is a list of possible fixes that I have so far gathered and implemented already. I have changed the Custom Class to CheckboxQuestion class instead of the UIViewController class. Custom Class I have connected the tableview to the datasource and delegate. I have accounted for all loose referencing outlets. I have named the