Today's Menu  Portugal
journal and plan nutrition
Z5DataController.h
Go to the documentation of this file.
1 //
2 // Z5DataController.h
3 // Z7Ma2AminoLight
4 //
5 // Created by Don Zeek on 11/12/14.
6 // Copyright (c) 2014 net.dzeek.y2014.ios.aminoview. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
12 
13 @interface Z5DataController : NSObject
14 
15 @property (readonly, strong, nonatomic) Z5RemoteDataController *remoteDataController;
16 @property (readonly, strong, nonatomic) Z5LocalDataController *localDataController;
17 
18 + (instancetype)sharedInstance;
19 + (void) showQuery:(NSString *)title message:(NSString *)message;
20 + (NSString *) produceRandomkey;
21 
22 + (void) labelize: (UILabel *)targLabel withText: (NSString *)txt;
23 + (void) extraLabelize: (UILabel *) targLabel withText: (NSString *) txt;
24 + (void) labelizeButton: (UIButton *) targButton withText: (NSString *) txt;
25 + (void) labelizeCell: (UITableViewCell *)targCell withText: (NSString *)txt inColor:(UIColor *)color andDetail: (NSString *)detailTxt;
26 + (void) labelizeCell: (UITableViewCell *)targCell withText: (NSString *)txt image: (NSData *)cellImage inColor:(UIColor *)color andDetail: (NSString *)detailTxt;
27 + (UIButton *)makeGradientButton:(NSString *) caption
28  withFrame:(CGRect) buttonFrame
29  andFont:(UIFont *) buttonFont;
30 
31 - (NSData *)googleBase64Data:(NSString *)googEncodeString;
32 + (UIImage *) imageNamed:(NSString *)imageName sizedToPortrait:(CGSize)imageSize;
33 + (UIImage *) imageNamed:(NSString *)imageName sizedToLandscape:(CGSize)imageSize
34 ;
35 @property (strong, nonatomic) UIColor *roseColor;
36 @property (strong, nonatomic) UIColor *deepRoseColor;
37 @property (strong, nonatomic) UIColor *wheatColor;
38 @property (strong, nonatomic) UIColor *pearlColor37;
39 @property (strong, nonatomic) UIColor *grapeSkinDeepPurple;
40 @property (strong, nonatomic) UIColor *keylimePieColor;
41 @property (strong, nonatomic) UIColor *healthKitParamNotQueried;
42 @property (strong, nonatomic) UIColor *healthKitParamDeniedAuthColor;
43 @property (strong, nonatomic) UIColor *healthKitParamSharedColor;
44 
45 @end
NSString * produceRandomkey()
UIColor * healthKitParamSharedColor
UIColor * keylimePieColor
instancetype sharedInstance()
UIColor * healthKitParamNotQueried
UIColor * deepRoseColor
Singleton interface to both core and remote data sources.
UIColor * pearlColor37
UIColor * grapeSkinDeepPurple
Z5RemoteDataController * remoteDataController
Z5LocalDataController * localDataController
Interface for remote access, to either open web or google drive.
UIColor * healthKitParamDeniedAuthColor