CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Dec 2017 |
SPMSupports SPM | ✗ |
Maintained by Fxxx.
评星,在移动开发中经常会用到,例如淘宝的评价,外卖的订单评价等等,用最多5颗星星给出相应的评价。在安卓中,有相应的RatingBar控件,而iOS就没有这么方便来,需要我们自定义,所以我写了这个名为FXStarRatingTool的框架,方便大家用及其简单的代码完成集成开发。
GitHub地址: https://github.com/Fxxxxxx/FXStarRatingTool
使用swift4.0
iOS8.0及以上
点击、拖动都有效
pod 'FXStarRatingTool'
let ratingView = FXStarRatingTool()
ratingView.isAllowHalf = true
ratingView.themeColor = UIColor.red
ratingView.callBack = { (count) -> () in
//do something u want
}
ratingView.show()
show()
就可以显示了,是不是超级方便欢迎使用和交流, [email protected]