0

When I use storyboard in Xcode4 ,not as xib before, I click the UITableViewCell in UITableView to push View B,B have a tableView and other buttons and labels. if the B inherit from UIViewController, when I push B,the background of B is black! if the B inherit UITableViewController, when I push B, the B shows the only table, other buttons and labels disappear! I have connect the cell and B using push. enter image description here I want jump click the tablecell on the left View A into right View B.

what i want see is enter image description here

but when B inherits UIViewControllerand implement UITableViewDataSource and delegate,when jump into it,it shows enter image description here!!!

when i change B to inherit UITableViewController,it shows enter image description here

neither of it is what I want.......

  • this is a terribly worded question. Also, It's hard to know without seeing code.... – mistahenry Jun 21 '12 at 14:35
  • 1
    Carefully reading your "question" shows that you clearly already have a segue or other method for moving between view controllers but your question asks "How to jump into another View?". But your text indicates other issues like a black background or missing buttons / labels. Can you please restate your question? – Robotic Cat Jun 21 '12 at 15:19

0 Answers0