How to fix "Protocol Not Implemented"

Viewed 17755

When I make a new controller called TestController, I insert

<UITableViewDelegate,UITableViewDataSource,UITextFieldDelegate,UISearchBarDelegate>

to the interface of Test.h

When I run the app on the simulator, there are many issues that say "incomplete implementation" and "method in protocol not implemented"

I know some method is not implemented, but which one? How do I know what method I should add?

4 Answers
Related