Parent class issue - UITableViewController doesn't work
Posted
by Darko Hebrang
on Stack Overflow
See other posts from Stack Overflow
or by Darko Hebrang
Published on 2010-05-29T18:19:07Z
Indexed on
2010/05/29
18:22 UTC
Read the original article
Hit count: 369
objective-c
|uitableviewcontroller
When I access my Search View from my tab bar, the view gets loaded when SearchViewController interface is set like this:
@interface SearchViewController : UIViewController
but it crashes when I set it like this (although it doesn't crash when it is not accessed through the tab bar): @interface SearchViewController : UITableViewController
Why? I need the UITableViewController as I have a table view that I access from the tab bar.
© Stack Overflow or respective owner