uxight
uxight
config.library.preSelectItemOnMultipleSelection = false I also tried below code and combination. config.library.preselectedItems = nil (or config.library.preselectedItems = []) But first Item is always selected.
I have tried initialize StarReview view in override func awakeFromNib() , required init?(coder aDecoder: NSCoder) but it`s all not work for me. just empty star state initially and when it...
I changed DrawView size(width) after some process, but it's not changed. How can I change the width of DrawView dynamically? or is there any way to create DrawView programmatically?