Skip to content

Commit

Permalink
Merge pull request #4 from danielriege/patch-1
Browse files Browse the repository at this point in the history
Update AcknowListViewController.swift
  • Loading branch information
vtourraine committed Jan 30, 2016
2 parents 8a292a2 + 036075d commit e7f77b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/AcknowListViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public class AcknowListViewController: UITableViewController {
if let navigationController = self.navigationController {
if self.presentingViewController != nil &&
navigationController.viewControllers.first == self {
let item = UIBarButtonItem(barButtonSystemItem: .Done, target: self, action: "dismissViewController")
let item = UIBarButtonItem(barButtonSystemItem: .Done, target: self, action: "dismissViewController:")
self.navigationItem.leftBarButtonItem = item
}
}
Expand Down

0 comments on commit e7f77b5

Please sign in to comment.