Skip to content

Commit

Permalink
Merge pull request #3 from arturdent/master
Browse files Browse the repository at this point in the history
remove duplication behaviour which is provided by default
  • Loading branch information
alextarrago authored Jan 31, 2017
2 parents e522bfc + efc005d commit 5249ba2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions QZCircleSegue/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,8 @@ class ViewController: UIViewController {
toViewController.transitioningDelegate = transition
}

/* REQUIRED, do not connect to any Outlet.
BUG DETECTED? Exit segue doesn't dismiss automatically, so we have to dismiss it manually.
*/
@IBAction func unwindToMainViewController (sender: UIStoryboardSegue){
self.dismissViewControllerAnimated(true, completion: nil)
/* Specify the destination view controller to enable the unwind segue*/
@IBAction func unwindToMainViewController(sender: UIStoryboardSegue){
}
}

0 comments on commit 5249ba2

Please sign in to comment.