我必须在现有的ios项目中包含leahpulltorefreshTableView。(https://github.com/leah/PullToRefresh)现有的TableView在xib文件中定义,并链接到Controller类(UIViewController的子类)中的导出。我的第一个尝试是让Controller继承PullToRefreshTableViewController(来自leah的项目)并在同一个Controller中添加刷新功能。但它不起作用,我有这个错误:***Terminatingappduetouncaughtexception'NSInternalI