my table view gets bigger when i run my app
In interface builder i created a table view and set it's size to 120 by 290, but when i run my application its width jumps from 120 up to something like 160. It's covering up the objects to its left and right.
Can anyone help me figure out why this is happening and how I can fix it?
Extra information: I'm using landscape orientation, no header or footer, I changed the cell height from 44 to 22, i haven't done anything with the table view in code.
Update: i played around with the table's width in interface builder and it seems to want a minimum width of 160, but in a different view i have one set to 120, so i don't know why that's happening.
Also i tried changing the table's size programmatically, and when i ran it, it acted like it was in portrait mode instead of landscape. So my question now is, why does my table seem to think it's in portrait mode instead of landscape and how can i fix that?
Last edited by Zanzibar7; 01-18-2012 at 10:35 PM.
|