Skip to content
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] #23 - StarRating 커스텀 컴포넌트 구현 #25

Merged
merged 5 commits into from
Jul 12, 2022

Conversation

L-j-h-c
Copy link
Member

@L-j-h-c L-j-h-c commented Jul 10, 2022

🔥 Pull requests

⛳️ 작업한 브랜치

👷 작업한 내용

앞의 PR이 머지되면 봐주세요~~!

🚨 참고 사항

별점을 입력하면 자동으로 채워진 별들을 포함하여 나타나는 커스텀 뷰입니다.

private let starView: StarRatingView = {
    let st = StarRatingView(starScale: 40)
    st.spacing = 15
    st.rate = 2.95
    return st
}()

위와 같이 starScale / spacing / rate를 조절할 수 있습니다.

📟 관련 이슈

@L-j-h-c L-j-h-c self-assigned this Jul 10, 2022
@L-j-h-c L-j-h-c added Feat 새로운 기능 구현 🧑🏻‍💻Duno labels Jul 10, 2022
Copy link
Contributor

@0inn 0inn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아싸. 이제 별 쓸 수 있다! 선배 최고야 ~ 고생하셨습니다.

Copy link
Member

@yungu0010 yungu0010 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌟주노선배 최고야🌟

@L-j-h-c L-j-h-c merged commit 4cb5360 into Health-Food-Me:develop Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑🏻‍💻Duno Feat 새로운 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] Star Rate 클래스 커스텀 Component 구현
3 participants