Anyone know whether there is a 5-star rating component on iPhone?

前端 未结 8 899
南方客
南方客 2020-12-05 12:08

In Google groups and some other web sites, there is a 5-star rating component which is pretty neat, such as in this url: http://groups.google.com/group/Google-Picasa-Data-AP

相关标签:
8条回答
  • 2020-12-05 12:31

    I would probably implement this using a UIView with custom touchesXXX messages, so that the user could, for example, touch the first star and drag out a four-star rating. Just my $0.02.

    0 讨论(0)
  • 2020-12-05 12:33

    You can give DYRateView a try.

    There is a tutorial on my blog on how to use DYRateView in your project: http://iappexperience.com/post/23227218867/dyrateview-a-simple-yet-powerful-rating-control-for.

    0 讨论(0)
提交回复
热议问题