mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Replace action sheet icon
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user