NYSWebViewController Class Reference
| Inherits from | NYSBaseViewController : UIViewController |
|---|---|
| Declared in | NYSWebViewController.h NYSWebViewController.m |
Other Methods
urlStr
连接
@property (nonatomic, copy) NSString *urlStrDiscussion
连接
Declared In
NYSWebViewController.h
autoTitle
是否自动标题
@property (nonatomic, assign) BOOL autoTitleDiscussion
是否自动标题
Declared In
NYSWebViewController.h
progressView
进度条
@property (nonatomic, strong) UIProgressView *progressViewDiscussion
进度条
Declared In
NYSWebViewController.h
refreshControl
刷新控件
@property (nonatomic, strong) UIRefreshControl *refreshControlDiscussion
刷新控件
Declared In
NYSWebViewController.h
– loadHostPathURL:
加载本地error html 文件
- (void)loadHostPathURL:(NSString *)htmlDiscussion
加载本地error html 文件
Declared In
NYSWebViewController.m
– updateProgress:
更新进度条
- (void)updateProgress:(double)progressDiscussion
更新进度条
Declared In
NYSWebViewController.h
– dayThemeJS:
JS主题适配
- (void)dayThemeJS:(WKWebView *)webviewDiscussion
JS主题适配
Declared In
NYSWebViewController.h
– grayThemeJS:
灰色
- (void)grayThemeJS:(WKWebView *)webviewDiscussion
灰色
Declared In
NYSWebViewController.h
Other Methods
– backBtnOnclicked:
Default pop back, allow overridden
- (void)backBtnOnclicked:(UIButton *)senderDiscussion
Default pop back, allow overridden
Declared In
NYSBaseViewController.h
– viewWillTransitionToSize:withTransitionCoordinator:
屏幕旋转后重新布局
- (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinatorDiscussion
屏幕旋转后重新布局
Declared In
NYSWebViewController.m