0
我這樣做: 首先創建基於導航的應用程序。 然後從rootViewController.xib中刪除UITableView
,添加一個UIView
將它連接到文件的所有者。 在RootViewcontroller.m
基於導航的應用程序沒有uitableview錯誤
在RootViewcontroller.h
最後清潔UITableView
所有方法更改UITableView
到UIViewController
但是當我運行該項目收到此錯誤:
-[RootViewcontroller tableView:numberOfRowsInSection:]:unreconized selector sent to instance
我在做什麼錯?