We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Drap&Drop 별 평점 평가 작업완료
UIView
Custom Class
RatingView
User defined runtime attributes
// User defined runtime attributes 지정가능 옵션 // imageView imageName highlightColor count // image의 전체 개수 //StackView spacing index // 초기 시작 인덱스
// RatingView Delegate Method protocol RatingViewDelegate: AnyObject { func didChangeIndex(_ index: Int) }
@IBOutlet
constraint
width
hegith
priority
low(250)
content size
The text was updated successfully, but these errors were encountered:
#132 관련하여 별 평점은 0점으로 처리할수 있는지 체크 필요함.
Sorry, something went wrong.
ebPark9511
No branches or pull requests
Drap&Drop 별 평점 평가 작업완료
❗️사용방법
구성
UIView
를 추가한다.UIView
를 클릭하고 Attributes Inspector에서Custom Class
를RatingView
로 변경한다.User defined runtime attributes
를 필요에 따라 지정한다.Delegate Method
기타사항
@IBOutlet
으로 연결하여 접근 가능합니다.constraint
는RatingView
의width
,hegith
의priority
를low(250)
로 설정시content size
로 잡힙니다.The text was updated successfully, but these errors were encountered: