MMMenuItemReviewCell Class Reference
| Inherits from | UICollectionViewCell |
| Declared in | MMMenuItemReviewCell.h MMMenuItemReviewCell.m |
Overview
A custom collection view cell that represents
a menu item review. The UI layout resides in an
external XIB file, namely
Resources/XIB/MenuItemReviewCell.xib
Tasks
-
ratingproperty -
nameLabelproperty -
reviewViewproperty -
ratinglabelproperty -
ratingBgproperty -
likeImageViewproperty -
upVoteCountLabelproperty
Properties
likeImageView
- An image view that contains the image for the ‘up vote’
@property (nonatomic, weak) IBOutlet UIImageView *likeImageViewDiscussion
- button.
Declared In
MMMenuItemReviewCell.hnameLabel
- The label that represents the name of the
@property (nonatomic, weak) IBOutlet UILabel *nameLabelDiscussion
- reviewer.
Declared In
MMMenuItemReviewCell.hrating
- The menu item rating model object that this
@property MMMenuItemRating *ratingDiscussion
- cell represents.
Declared In
MMMenuItemReviewCell.hratingBg
- The view that the rating label resides in. The background
@property (nonatomic, weak) IBOutlet UIView *ratingBgDiscussion
- color for this view is set to a light grey color.
Declared In
MMMenuItemReviewCell.hratinglabel
- The label that contains the rating that a reviewer
@property (nonatomic, weak) IBOutlet UILabel *ratinglabelDiscussion
- has given a menu item.
Declared In
MMMenuItemReviewCell.h