MMRatingPopoverViewController Class Reference
| Inherits from | UIViewController |
| Conforms to | UIPopoverControllerDelegate |
| Declared in | MMRatingPopoverViewController.h MMRatingPopoverViewController.m |
Tasks
-
ratingViewproperty -
currentRatingproperty -
merchantNameproperty -
menuItemNameproperty -
menuItemImageproperty -
cancelButtonproperty -
doneButtonproperty -
menuItemproperty -
menuItemMerchantproperty -
oldViewproperty -
thisPopOverControllerproperty -
selectedRatingproperty -
cancelRatingproperty -
– submitReview: -
– cancelReview: -
– moveRatingWheelWithTouch:
Properties
cancelButton
reference to the cancel button
@property (nonatomic, weak) IBOutlet UIButton *cancelButtonDeclared In
MMRatingPopoverViewController.hcancelRating
Close the rating box, and return nothing.
@property (nonatomic, copy) RatingsReturnBlock cancelRatingDeclared In
MMRatingPopoverViewController.hcurrentRating
The current rating
@property (nonatomic, assign) CGFloat currentRatingDeclared In
MMRatingPopoverViewController.hdoneButton
reference to the done button
@property (nonatomic, weak) IBOutlet UIButton *doneButtonDeclared In
MMRatingPopoverViewController.hmenuItem
The current menu item
@property (nonatomic, strong) MMMenuItem *menuItemDeclared In
MMRatingPopoverViewController.hmenuItemImage
A picture of the menu item view
@property (nonatomic, weak) IBOutlet UIImageView *menuItemImageDeclared In
MMRatingPopoverViewController.hmenuItemMerchant
The Current menu item merchant
@property (nonatomic, strong) MMMerchant *menuItemMerchantDeclared In
MMRatingPopoverViewController.hmenuItemName
The Menu item which is being rated
@property (nonatomic, weak) IBOutlet UILabel *menuItemNameDeclared In
MMRatingPopoverViewController.hmerchantName
Label to show restaurnt who the menu item belongs to
@property (nonatomic, weak) IBOutlet UILabel *merchantNameDeclared In
MMRatingPopoverViewController.holdView
old view for returning
@property (nonatomic, strong) UIView *oldViewDeclared In
MMRatingPopoverViewController.hratingView
The Rating view
@property (nonatomic, weak) IBOutlet MMRatingView *ratingViewDeclared In
MMRatingPopoverViewController.hInstance Methods
cancelReview:
Cancel the input of a rating
- (IBAction)cancelReview:(id)senderParameters
- sender
UIButton
Declared In
MMRatingPopoverViewController.h