在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
github:https://github.com/RainManGO/ZYStarViewZYStarView介绍Swift星星显示、选择的封装 XIb和纯代码均可使用(XIb体验极佳) 功能支持
代码使用方法// 创建starView并回调当前选中星数,参数说明看备注很清楚
let starview = ZYStarRateView.init(frame: CGRect.init(x: (UIScreen.main.bounds.width - 320)/2, y: 600, width: 320, height: 100), starCount: 8, currentStar: 2, rateStyle: .half) { (current) -> (Void) in
print(current)
} XIB代码使用方法演示 |
请发表评论