Today's Menu  Portugal
journal and plan nutrition
Z6MenuPanoramaView.h
Go to the documentation of this file.
1 //
2 // Z6MenuPanoramaView.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 3/13/17.
6 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
12 #import "Z6ContainedView.h"
13 
14 @interface Z6MenuPanoramaView : UIView <UICollectionViewDataSource,
15  UICollectionViewDelegate,
16  UICollectionViewDelegateFlowLayout,
17  Z6ContainedView >
18 
19 @property (strong, nonatomic) NSMutableArray<MenuItem *> *menuItems;
20 @property (strong, nonatomic) MenuItem *focusMenuItem;
21 
22 - (instancetype) initWithFrame:(CGRect)frame andDelegate:(id<Z6MenuPanoramaDelegate>)delegate;
23 
24 // - (void) appear;
25 - (void) reload;
26 - (float) heightRequirement;
27 
28 @end
NSMutableArray< MenuItem * > * menuItems