Skip to content

Commit

Permalink
Merge pull request #169 from L-j-h-c/feature/#168-AppIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
L-j-h-c authored Apr 17, 2023
2 parents e825f72 + d331abb commit 4e394c6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ extension STNavigationBar {

@discardableResult
public func addLeftButtonToTitleMenu() -> Self {
leftButton.setImage(DSKitAsset.Assets.btnArrowLeft.image, for: .normal)
leftButton.setImage(DSKitAsset.Assets.icClose.image, for: .normal)
leftButtonLayoutForMenu()
return self
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "appstore.png",
"filename" : "appIcon.jpg",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 4e394c6

Please sign in to comment.