Skip to content

Commit

Permalink
#73 Feat: 오토레이아웃 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOHYUNLEE08 committed Aug 20, 2024
1 parent f2ef874 commit 7ed70e2
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "Profile.jpeg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class CommunityMainViewController : UIViewController, UITableViewDataSource, UIT
contentView.snp.makeConstraints { make in
make.edges.equalTo(scrollView)
make.width.equalTo(scrollView)
make.height.greaterThanOrEqualTo(view.snp.height).offset(500)
make.height.greaterThanOrEqualTo(UIScreen.main.bounds.height).multipliedBy(1.2)
}

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ class MypageInfoViewController: UIViewController {
let myinfoLabel = UILabel()
let mynameLabel = UILabel()
let myinfobutton = UIButton(type: .system)


let imageView = UIImageView()

let imageView = UIImageView()


override func viewDidLoad() {
super.viewDidLoad()
Expand Down

0 comments on commit 7ed70e2

Please sign in to comment.