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