MMMasterRestaurantTableViewController Class Reference
| Inherits from | UIViewController |
| Conforms to | UISearchDisplayDelegate UITableViewDataSource UITableViewDelegate |
| Declared in | MMMasterRestaurantTableViewController.h MMMasterRestaurantTableViewController.m |
Tasks
-
restaurantsproperty -
filteredrestaurantsproperty -
selectedRestaurantproperty -
locationproperty -
searchflagproperty -
merchantSearchBarproperty -
orderbySegmentControlproperty -
tableViewproperty
Properties
filteredrestaurants
Array of filtered Restaurants. IE. Searched items, By type ect…
@property (nonatomic, strong) NSArray *filteredrestaurantsDeclared In
MMMasterRestaurantTableViewController.hlocation
The current users location, if GPS is on
@property (nonatomic) CLLocation *locationDeclared In
MMMasterRestaurantTableViewController.hmerchantSearchBar
The search bar that is displayed at the top of the tableview
@property IBOutlet UISearchBar *merchantSearchBarDeclared In
MMMasterRestaurantTableViewController.horderbySegmentControl
Tab bar for filtering restaurants by, Cuisine, Location, and Rating
@property IBOutlet UISegmentedControl *orderbySegmentControlDeclared In
MMMasterRestaurantTableViewController.hrestaurants
Array of Restaurants
@property (nonatomic, strong) NSArray *restaurantsDeclared In
MMMasterRestaurantTableViewController.hsearchflag
Is the user searching?
@property (nonatomic) BOOL searchflagDeclared In
MMMasterRestaurantTableViewController.h