Just started using Xcode 4.5 and I got this error in the console:
Warning: Attempt to present < finishViewController: 0x1e56e0a0 > on < ViewCont
It's working fine try this.Link
UIViewController *top = [UIApplication sharedApplication].keyWindow.rootViewController; [top presentViewController:secondView animated:YES completion: nil];