How do you do it? I saw one video tutorial on it, but the screen was too small. Also, other than changing the view size, are there any other major changes I would have to
You can open the XIB as textfile and change the UIView size:
Right click on your XIB file in de navigator and select: "open as..." Open as source file.
Find the UIView reference and change the Frame values:
{{0, 20}, {768, 1024}}