-
Notifications
You must be signed in to change notification settings - Fork 6
[Feat] #41 - CourseDetailVC UI 구현 #51
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] #41 - CourseDetailVC UI 구현 #51
The head ref may contain hidden characters: "feat/#41-CourseDetailVC-UI-\uAD6C\uD604"
Conversation
lsj8706
left a comment
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.
수고하셨습니다~!!
|
|
||
| // MARK: - Properties | ||
|
|
||
| weak var delegate: CourseDetailVCDelegate? |
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.
여기서는 delegate 패턴을 사용하지 않아도 됩니다!
| setNavigationBar() | ||
| setUI() | ||
| setLayout() | ||
| likeButton.addTarget(self, action: #selector(likeButtonDidTap), for: .touchUpInside) |
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.
가능하면 이 줄도 setAddTarget() 이라는 함수 만들어서 거기에 넣어주세요!
🌱 작업한 내용
🌱 PR Point
📸 스크린샷
📮 관련 이슈