Today's Menu  Portugal
journal and plan nutrition
U4WebControlsView.h
Go to the documentation of this file.
1 //
2 // U4WebControlsView.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 12/13/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import <WebKit/WebKit.h>
11 #import "Z6ContainedView.h"
13 
14 NS_ASSUME_NONNULL_BEGIN
15 
16 @interface U4WebControlsView : UIView <Z6ContainedView>
17 
18 @property (strong, nonatomic) UIButton *backButton;
19 @property (strong, nonatomic) UIButton *forwardButton;
20 @property (strong, nonatomic) UIButton *stirButton;
21 @property (strong, nonatomic) UIButton *chklButton;
22 @property (strong, nonatomic) UIButton *editCopyButton;
23 
24 @property (strong, nonatomic) UILabel *pageLoadedLabel;
25 @property (strong, nonatomic) NSNumber *navigationCondition;
26 
27 - (instancetype) initWithFrame:(CGRect)frame andDelegate:(id<U4WebControlsDelegate>)delegate;
28 - (void) focusAvailable:(BOOL) flag;
29 - (void) update:(WKWebView *)webViewHere;
30 - (void) navigationProvisional;
31 - (void) navigationFinished;
32 - (void) navigationScanComplete;
33 
34 @end
35 
36 NS_ASSUME_NONNULL_END
UIButton * editCopyButton
NSNumber * navigationCondition
UIButton * forwardButton