Replace action sheet icon

pull/498/head
Alinson S. Xavier 7 years ago
parent 274d3d6858
commit 979affef22

@ -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

@ -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,

Loading…
Cancel
Save