Recent | Popular
#ios #swift #rating #review
var count = 0 [cell.star1ImageView, cell.star2ImageView, cell.star3ImageView, cell.star4ImageView, cell.star5ImageView].forEach { star in count += 1 if count <= rating { star?.image = UIImage(named: "star_sel") } }
Fri Apr 22 2022 05:32:05 GMT+0000 (UTC)