Just started using Xcode 4.5 and I got this error in the console:
Warning: Attempt to present < finishViewController: 0x1e56e0a0 > on < ViewCont
You can call your segues or present, push codes inside this block:
override func viewDidLoad() { super.viewDidLoad() OperationQueue.main.addOperation { // push or present the page inside this block } }