Skip to content

Commit

Permalink
Replace action sheet icon
Browse files Browse the repository at this point in the history
  • Loading branch information
iSoron committed Apr 1, 2019
1 parent 274d3d6 commit 979affe
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions ios/Application/Assets.xcassets/ic_more.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion ios/Application/Frontend/MainScreenController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 979affe

Please sign in to comment.