Replace action sheet icon

This commit is contained in:
2019-03-31 19:08:07 -05:00
parent 274d3d6858
commit 979affef22
5 changed files with 25 additions and 1 deletions

View File

@@ -113,7 +113,8 @@ class MainScreenController: UITableViewController, MainScreenDataSourceListener
self.title = "Habits"
self.navigationItem.rightBarButtonItems = [
UIBarButtonItem(barButtonSystemItem: .bookmarks, /* TODO: Replace by appropriate icon */
UIBarButtonItem(image: UIImage(named: "ic_more"),
style: .plain,
target: self,
action: #selector(self.onMoreActionsClicked)),
UIBarButtonItem(barButtonSystemItem: .add,