Today's Menu  Portugal
journal and plan nutrition
Variables
U5MealPanoramaView.m File Reference
#import "U5MealPanoramaView.h"
#import "Z5DataController.h"
#import "U5MealCollectionViewCell.h"
Include dependency graph for U5MealPanoramaView.m:

Go to the source code of this file.

Variables

id< Z6MealPanoramaDelegate > mealPanoramaDelegate
 
UICollectionView * mealCollectionView
 
UICollectionViewFlowLayout * mealFlowLayout = nil
 
CGSize mealDefaultCellSize
 
CGSize mealSelectCellSize
 
float initialCollectViewHgt
 
NSInteger selectedMealRow
 
UIColor * mealBackgroundShade
 
static NSString * cellIdentifier = @"y5Cell"
 
static NSString * selectedCellIdentifier = @"y5SelectedCell"
 
NSDateFormatter * mDateFormatter
 

Variable Documentation

◆ cellIdentifier

NSString* cellIdentifier = @"y5Cell"
static

Definition at line 25 of file U5MealPanoramaView.m.

◆ initialCollectViewHgt

float initialCollectViewHgt

Definition at line 22 of file U5MealPanoramaView.m.

◆ mDateFormatter

NSDateFormatter* mDateFormatter

Definition at line 27 of file U5MealPanoramaView.m.

◆ mealBackgroundShade

UIColor* mealBackgroundShade

Definition at line 24 of file U5MealPanoramaView.m.

◆ mealCollectionView

UICollectionView* mealCollectionView

Definition at line 16 of file U5MealPanoramaView.m.

◆ mealDefaultCellSize

CGSize mealDefaultCellSize

Definition at line 20 of file U5MealPanoramaView.m.

◆ mealFlowLayout

UICollectionViewFlowLayout* mealFlowLayout = nil

Definition at line 18 of file U5MealPanoramaView.m.

◆ mealPanoramaDelegate

id<Z6MealPanoramaDelegate> mealPanoramaDelegate

Definition at line 15 of file U5MealPanoramaView.m.

◆ mealSelectCellSize

CGSize mealSelectCellSize

Definition at line 21 of file U5MealPanoramaView.m.

◆ selectedCellIdentifier

NSString* selectedCellIdentifier = @"y5SelectedCell"
static

Definition at line 26 of file U5MealPanoramaView.m.

◆ selectedMealRow

NSInteger selectedMealRow

Definition at line 23 of file U5MealPanoramaView.m.