Uitableview within the detail side of a splitview?

Is the class MyTableView in reality a table view controller. In this case the table view controller has no property frame. You should then to something like.

Is the class MyTableView in reality a table view controller. In this case the table view controller has no property frame. You should then to something like MyTableView view setFrame: newFrame; And: You should change the name of MyTableView to MyTableViewController.

When I tried to implement that line, it said newFrame wasn't initialized. Is newFrame something I should have created or is it part of the navigation template? I am using splitview, so it doesn't exist for me.

Also, should I change just the name of MyTableView or should I create a class that is really a UITableViewController instead of a UITableView as I did? Thanks a bunch for the help. – Rebecca Aug 14 '11 at 18:15.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions