Skip to content

Commit

Permalink
Merge pull request #1254 from wakmusic/1253-fix-ui-divided-n-equal-scene
Browse files Browse the repository at this point in the history
  • Loading branch information
KangTaeHoon authored Aug 29, 2024
2 parents 85705fa + baf0c08 commit 451344c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ extension ArtistMusicViewController {
bar.layout.contentInset = UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20)
bar.layout.contentMode = .fit
bar.layout.transitionStyle = .progressive
bar.layout.interButtonSpacing = 0

// 버튼 글씨 커스텀
bar.buttons.customize { button in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ private extension ChartViewController {
bar.layout.contentInset = UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20)
bar.layout.contentMode = .fit
bar.layout.transitionStyle = .progressive
bar.layout.interButtonSpacing = 0

// 버튼 글씨 커스텀
bar.buttons.customize { button in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ private extension CreditSongListTabViewController {
bar.layout.contentInset = UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20)
bar.layout.contentMode = .fit
bar.layout.transitionStyle = .progressive
bar.layout.interButtonSpacing = 0

bar.buttons.customize { button in
button.tintColor = DesignSystemAsset.BlueGrayColor.blueGray400.color
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ extension NewSongsViewController {
bar.layout.contentInset = UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20)
bar.layout.contentMode = .fit
bar.layout.transitionStyle = .progressive
bar.layout.interButtonSpacing = 0

// 버튼 글씨 커스텀
bar.buttons.customize { button in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ extension AfterSearchViewController {
bar.layout.contentInset = UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20)
bar.layout.contentMode = .fit
bar.layout.transitionStyle = .progressive
bar.layout.interButtonSpacing = 0

// 버튼 글씨 커스텀
bar.buttons.customize { button in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ private extension TeamInfoViewController {
bar.layout.contentInset = UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20)
bar.layout.contentMode = .fit
bar.layout.transitionStyle = .progressive
bar.layout.interButtonSpacing = 0

// 버튼 글씨 커스텀
bar.buttons.customize { button in
Expand Down

0 comments on commit 451344c

Please sign in to comment.