Skip to content

Commit

Permalink
fix/#154 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
hooni0918 committed Jul 11, 2024
1 parent 121f927 commit 3641c3c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"filename" : "Mask group.svg",
"idiom" : "universal"
}
],
"info" : {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion KkuMulKum/Source/MyPage/View/MyPageContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class MyPageContentView: BaseView {

override func setupView() {
backgroundColor = .clear
addSubview(profileStackView,levelView,separatorView)
addSubviews(profileStackView,levelView,separatorView)
profileStackView.addArrangedSubviews(profileImageView, nameLabel)
levelView.addSubview(levelLabel)
}
Expand Down

0 comments on commit 3641c3c

Please sign in to comment.