Skip to content

Commit

Permalink
Clean up example project
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Feb 16, 2017
1 parent 8363f91 commit f2fa776
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Example/Pageboy-Example/ChildViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,4 @@ class ChildViewController: UIViewController {
self.promptLabel.isHidden = index != 1
}
}

override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}


/*
// MARK: - Navigation

// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destinationViewController.
// Pass the selected object to the new view controller.
}
*/

}

0 comments on commit f2fa776

Please sign in to comment.