mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Replace action sheet icon
This commit is contained in:
23
ios/Application/Assets.xcassets/ic_more.imageset/Contents.json
vendored
Normal file
23
ios/Application/Assets.xcassets/ic_more.imageset/Contents.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
BIN
ios/Application/Assets.xcassets/ic_more.imageset/baseline_more_horiz_black_24pt_1x.png
vendored
Normal file
BIN
ios/Application/Assets.xcassets/ic_more.imageset/baseline_more_horiz_black_24pt_1x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 116 B |
BIN
ios/Application/Assets.xcassets/ic_more.imageset/baseline_more_horiz_black_24pt_2x.png
vendored
Normal file
BIN
ios/Application/Assets.xcassets/ic_more.imageset/baseline_more_horiz_black_24pt_2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 156 B |
BIN
ios/Application/Assets.xcassets/ic_more.imageset/baseline_more_horiz_black_24pt_3x.png
vendored
Normal file
BIN
ios/Application/Assets.xcassets/ic_more.imageset/baseline_more_horiz_black_24pt_3x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 199 B |
@@ -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