how do i get the navigation bar to show up on a table view?
i'm not using the tableview template
i made the table view controller myself
the table view and table view controller are set up exactly how it is in the template but it doesn't show up...
(ie, i made the file's owner set to the table controller's class, i linked the table view to the file's owner's view, and set it as the datasource and delegate)
clicking on a row in the table makes that row permanently highlighted until another row is highlighted, unlike the one that is from the template where it highlights like a button
needless to say when i select a row, even though the code gets fired, the view doesn't change to another view as it should, even though the commented out code is uncommented
all the tutorials on how to do this 'drill down' table start from the table view template, so none of them are any help
i'm not using the tableview template
i made the table view controller myself
the table view and table view controller are set up exactly how it is in the template but it doesn't show up...
(ie, i made the file's owner set to the table controller's class, i linked the table view to the file's owner's view, and set it as the datasource and delegate)
clicking on a row in the table makes that row permanently highlighted until another row is highlighted, unlike the one that is from the template where it highlights like a button
needless to say when i select a row, even though the code gets fired, the view doesn't change to another view as it should, even though the commented out code is uncommented
all the tutorials on how to do this 'drill down' table start from the table view template, so none of them are any help