When I set my UIView in an interface builder to be equal widths to the super view it sets it at 600.
When I launch my app and print out the width of the UIView it says 600.
The screen width is only 320.
How can I get the UIView to be the width of the screen instead?
Thanks