Today's Menu  Portugal
journal and plan nutrition
Classes | Variables
Z6MenuPanoramaView.m File Reference
#import "Z6MenuPanoramaView.h"
#import "Z5DataController.h"
#import "Y4NutritionCollectionViewCell.h"
#import "Y4NutritionCollectSelectViewCell.h"
Include dependency graph for Z6MenuPanoramaView.m:

Go to the source code of this file.

Variables

id< Z6MenuPanoramaDelegate > menuPanoramaDelegate
 
UICollectionViewFlowLayout * flowLayout = nil
 
UICollectionView * collectionView
 
CGSize defaultCellSize
 
CGSize selectCellSize
 
NSInteger selectedRow
 
UIColor * backgroundShade
 
static NSString * cellIdentifier = @"y4Cell"
 
static NSString * selectedCellIdentifier = @"y4SelectedCell"
 

Variable Documentation

◆ backgroundShade

UIColor* backgroundShade

Definition at line 28 of file Z6MenuPanoramaView.m.

◆ cellIdentifier

NSString* cellIdentifier = @"y4Cell"
static

Definition at line 29 of file Z6MenuPanoramaView.m.

◆ collectionView

UICollectionView* collectionView

Definition at line 24 of file Z6MenuPanoramaView.m.

◆ defaultCellSize

CGSize defaultCellSize

Definition at line 25 of file Z6MenuPanoramaView.m.

◆ flowLayout

UICollectionViewFlowLayout* flowLayout = nil

Definition at line 23 of file Z6MenuPanoramaView.m.

◆ menuPanoramaDelegate

id<Z6MenuPanoramaDelegate> menuPanoramaDelegate

Definition at line 21 of file Z6MenuPanoramaView.m.

◆ selectCellSize

CGSize selectCellSize

Definition at line 26 of file Z6MenuPanoramaView.m.

◆ selectedCellIdentifier

NSString* selectedCellIdentifier = @"y4SelectedCell"
static

Definition at line 30 of file Z6MenuPanoramaView.m.

◆ selectedRow

NSInteger selectedRow

Definition at line 27 of file Z6MenuPanoramaView.m.