-
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
BookCover 이미지 연결 #127
BookCover 이미지 연결 #127
Conversation
- EditPhotoViewModel 삭제
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.
고생하셨습니더
코드 일관성이 야물딱지네요
@@ -23,18 +27,29 @@ final class CustomAlbumViewController: UIViewController { | |||
private let input = PassthroughSubject<CustomAlbumViewModel.Input, Never>() | |||
private var cancellables = Set<AnyCancellable>() | |||
private let mediaType: PHAssetMediaType | |||
private let mode: Mode | |||
private let completionHandler: (_ imageData: Data, _ creationDate: Date?, _ caption: String?) -> Void |
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.
그런가봐용.. 저두 저기에 특정 파라미터 명을 넣고싶었는데 컴파일러가 에러를 띄우더라구요..??
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.
역시... 역시... 역시... 역시... 역시...
#️⃣ 연관된 이슈
⏰ 작업 시간
📝 작업 내용
📸 스크린샷
📒 리뷰 노트
기존의 MHBook의 경우 AutoLayout의 Width, Height가 상수로 되어있어, 북 커버 수정뷰에서 보면 사진이 훨씬 작아보이는 이슈가 있었습니다. 따라서 상수보단 Leading과 Trailing을 설정해주는 방식으로 코드를 수정해주었습니다 !