I recently downloaded Xcode 5 DP to test my apps in iOS 7. The first thing I noticed and confirmed is that my view\'s bounds is not always resized to account for the status
Swift Solution:
override func viewWillAppear(animated: Bool) { super.viewWillAppear(animated) self.edgesForExtendedLayout = UIRectEdge.None }