Skip to content

Commit

Permalink
merge xcode-6.3, update to use Swift 1.2 initialization changes
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick piemonte committed Apr 17, 2015
2 parents 7d70517 + 3d7433b commit 5805c0d
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 71 deletions.
4 changes: 2 additions & 2 deletions Project/Player/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class ViewController: UIViewController, PlayerDelegate {

// MARK: object lifecycle

override init() {
super.init()
convenience init() {
self.init(nibName: nil, bundle:nil)
}

required init(coder aDecoder: NSCoder) {
Expand Down

0 comments on commit 5805c0d

Please sign in to comment.