Skip to content

Commit

Permalink
💄 :: [#1083] Credit 노래 리스트 상단 Gradient 영역 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Aug 12, 2024
1 parent 2a2adfb commit 3bb3b30
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@ final class CreditSongListViewController: BaseReactorViewController<CreditSongLi
}

override func addView() {
view.addSubviews(creditProfileGradientContainerView, wmNavigationBar, creditProfileView)
wmNavigationBar.setLeftViews([dismissButton])

addChild(creditSongListTabViewController)
view.addSubviews(creditSongListTabView)
creditSongListTabViewController.didMove(toParent: self)

view.addSubviews(creditProfileGradientContainerView, wmNavigationBar, creditProfileView)
wmNavigationBar.setLeftViews([dismissButton])
}

override func setLayout() {
creditProfileGradientContainerView.snp.makeConstraints {
$0.top.horizontalEdges.equalToSuperview()
$0.height.equalTo(200)
$0.height.equalTo(210)
}

wmNavigationBar.snp.makeConstraints {
Expand Down

0 comments on commit 3bb3b30

Please sign in to comment.