iOS 7 Navigation Bar Appear Over The Views

A lot of elements has changed in iOS7, they have introduced new properties that lets you adjust the layout behavior as in previous versions of iOS. The Navigation Bar appears over the views now because a default setting has changed, to address this issue use this line in the viewDidLoad() self.edgesForExtendedLayout = UIRectEdgeNone; This will

Read More

Unable To Update to iOS 6.0

Unable to update iOS 6.0 software can occurred because of severals issues. Either Apples server are busy or bad network while you’re on OTA (Wireless Communication). Software Update Failed. An Error occurred downloading iOS 6. You can try to update via iTunes. If this also fails your error says something like this: The iPhone “iPhone”

Read More