Have some design issues with my Table View. Below is an image of what my end-result should look like (Sorry, new user so can't display images or more than two hyperlinks).
http://casperslynge.dk/2.png
And below is what it looks like at the moment:
http://casperslynge.dk/iphone1.png
I can't make my view in my xib file (attached to a TableViewCell) fill the entire window (width or height). If I set the width to 320 it looks like the picture above. It starts at the beginning of the cell (top left side). How can I change this?
In the next UITableView which is activated when pressing a cell, there is no problem (see picture below), but there isn't any change in code in the two Table View Controllers.
(http://casperslynge.dk/iphone2.png)
Finally I have a desire to insert the cells from the "Abonnementer" picture into my "Selskaber" TableView, like a drop down menu (see last picture). Is this possible?
(http://casperslynge.dk/3.png)
Thanks.