ios开发笔记-8
评价、显示半颗星

只要设置一下参数就好了:
| 1 | self.starView = [[TPFloatRatingView alloc] init]; | 
如果需要编辑星星的话,就要使用TPFloatRatingViewDelegate:
| 1 | - (void)floatRatingView:(TPFloatRatingView *)ratingView ratingDidChange:(CGFloat)rating | 
点击显示大图+长按保存
 
  
| 1 | #import <JTSImageInfo.h> | 
设立点击图片的响应:
| 1 | // Create image info | 
使用JTSImageViewControllerInteractionsDelegate:
| 1 | - (BOOL)imageViewerAllowCopyToPasteboard:(JTSImageViewController *)imageViewer { |