-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
이미지 편집 뷰 Layout #40
이미지 편집 뷰 Layout #40
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
너무 고생하셨습니다!! �역시 골든 핸드!
음.. �dimmed 처리는 저도 어떻게 할지 고민이네요... 지금 당장은 이게 최선일지도... 생각나느ㄴ거라고는 CAlayer를 흰색처리할 부분에 추가하는 건데 지금이랑 비슷할 것같기도 하군요...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오 이것 좋네요!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저는 영현님 코드 잘 읽혔습니다 ~
고생하셨습니다!
func setCenter(view: UIView, offset: CGPoint = CGPoint(x: 0, y: 0)) { | ||
self.translatesAutoresizingMaskIntoConstraints = false | ||
self.centerXAnchor.constraint(equalTo: view.centerXAnchor, constant: offset.x).isActive = true | ||
self.centerYAnchor.constraint(equalTo: view.centerYAnchor, constant: offset.y).isActive = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3
center에서 이동이 필요한 경우라면 기존 함수에 새로운 함수를 추가하는 것도 좋아보입니다!
예를들어, func setCenter(view:UIView), func setCenterTo(view: UIView, to offset: CGPoint)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
음! 이 함수가 원래는 offset에 default 값이 없어서 제가 따로 저렇게 넣어준 것이었는데,, 저는 개인적으로 그냥 offset이라는 매개변수가 없어도 되지 않나라는 생각이긴합니다 ..! 일단 효준님께서 저렇게 만드신데에는 이유가 있으실 것 같아 default를 넣어주는 방식으로 해결했는데, 함수를 분리해서 하나 더 만드는게 좋을까요..??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
두분을 거친 코드였군요! 일단 사용해도 괜찮을 거 같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 !!
#️⃣ 연관된 이슈
📝 작업 내용
📒 리뷰 노트
최대한 깔끔하게 써보려 노력했지만.. constraints 잡는 부분과 property 부분이 많이 더럽습니다..
가운데 dimmed 되어있는 부분은 어떻게 처리할까 고민해보다가 ImageView 위에 Dimmed View 2개와 실제 들어갈 부분을 나타내는 Clear View 1개를 addSubView 해주었습니다. AutoLayout으로 잡아서 4:3 비율로 들어가게끔 만들어줬는데, 불필요하게 코드가 길어진건가.. 싶습니다.. 더 좋은 방법이 있다면 알려주시면 감사하겠습니다 .ᐟ.ᐟ 🙇🏻♀️🙇🏻♀️
📸 스크린샷