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

@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "baseline_more_horiz_black_24pt_1x.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "baseline_more_horiz_black_24pt_2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "baseline_more_horiz_black_24pt_3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

View File

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