Skip to content

Commit

Permalink
Updated swiftgen version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrollin committed Sep 28, 2016
1 parent 4ed0572 commit ae1e8c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Drivecast/ViewControllers/SDCDashboardViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extension SDCDashboardTableViewController {

// Navigation button
navigationItem.rightBarButtonItem = UIBarButtonItem(
image: UIImage.Asset.More.image,
image: Asset.More.image,
style: UIBarButtonItemStyle.Plain,
target: self, action: #selector(SDCDashboardTableViewController.openAboutModal)
)
Expand Down Expand Up @@ -373,4 +373,4 @@ extension SDCDashboardTableViewController {

return 20
}
}
}
4 changes: 2 additions & 2 deletions Drivecast/ViewControllers/SDCRecordViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ extension SDCRecordViewController {

// Left button opens a console listing all occuring events
self.navigationItem.leftBarButtonItem = UIBarButtonItem(
image: UIImage.Asset.Console.image,
image: Asset.Console.image,
style: UIBarButtonItemStyle.Plain,
target: self, action: #selector(SDCRecordViewController.openConsole)
)
Expand Down Expand Up @@ -264,4 +264,4 @@ extension SDCRecordViewController {
self.actionButton.backgroundColor = UIColor(named: recording ? .Notice : .Main)
}
}
}
}
2 changes: 1 addition & 1 deletion Drivecast/ViewControllers/SDCUploadViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ extension SDCUploadViewController {

// About Button
self.navigationItem.rightBarButtonItem = UIBarButtonItem(
image: UIImage.Asset.More.image,
image: Asset.More.image,
style: UIBarButtonItemStyle.Plain,
target: self, action: #selector(SDCUploadViewController.openAboutModal)
)
Expand Down

0 comments on commit ae1e8c3

Please sign in to comment.