Skip to content

Commit

Permalink
Update WDImageCropViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
calt committed May 18, 2016
1 parent aa9330c commit 933af75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/WDImageCropViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ internal class WDImageCropViewController: UIViewController {
private func setupNavigationBar() {
self.navigationItem.leftBarButtonItem = UIBarButtonItem(barButtonSystemItem: .Cancel,
target: self, action: #selector(actionCancel))
self.navigationItem.leftBarButtonItem = UIBarButtonItem(title: "Use", style: .Plain,
self.navigationItem.leftBarButtonItem = UIBarButtonItem(barButtonSystemItem: .Done,
target: self, action: #selector(actionUse))
}

Expand Down

0 comments on commit 933af75

Please sign in to comment.