-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: 재생화면 뷰에 재생 뷰 넣기 #88
Conversation
탭바 위에 뜰 수 있도록 수정
기존에 상위 뷰에 있어서 라벨 아니는 부분도 터치됐는데 이 부분을 라벨만 되도록 수정
메소드 분리, 더미 데이터 내용 변경
애니메이션시 라벨 내용이 다 안보이던 버그 수정
lazy var tagButton1: UIButton = setButton("#밤샘") | ||
lazy var tagButton2: UIButton = setButton("#시차") | ||
lazy var tagButton3: UIButton = setButton("#고양이") |
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.
lazy var로 선언하신 이유가 있나요?
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.
setButton함수 들어가야 해서 그랬을 거에요 VIP싸이클 적용하게 되면 바뀔 것 같습니다
guard let windowHeight = (windowScene?.screen.bounds.height) else { | ||
return | ||
} | ||
playerSlider.frame = CGRect(x: 0, y: (windowHeight - tabbar.frame.height - LOSlider.loSliderHeight), width: playerSliderWidth, height: LOSlider.loSliderHeight) |
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.
컨벤션에 맞게 인자마다 들여쓰기하면 보기좋을 것 같습니다!
playerView.player?.isMuted = true | ||
playerView.play() |
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.
isMuted 시뮬에서 돌리면 시끄러워서 놔둔거라 신경 안쓰셔도 될 것 같습니다.
🧑🚀 PR 요약
📌 변경 사항
여러 버그들을 수정하면서 세세한 수정사항이 있습니다. 확인해주시면 감사하겠습니다.
📸 ScreenShot
Simulator.Screen.Recording.-.iPhone.13.mini.-.2023-11-24.at.00.48.47.mp4
Linked Issue
close #59