I normally create apps for the iPad, but I decided to make one for the iPhone. When creating the project, I told XCode that this was targeted at the iPhone. After creating the project, the target/devices/everything says that it is being built for the iPhone. However, in the storyboard, every view controller defaults to iPad size/dimensions. How do I tell the project to default to iPhone size?
Also how do I change the storyboard files already created to the correct dimensions (without hard coding)?