NYSWebViewController Class Reference

Inherits from NYSBaseViewController : UIViewController
Declared in NYSWebViewController.h
NYSWebViewController.m

Other Methods

  urlStr

连接

@property (nonatomic, copy) NSString *urlStr

Discussion

连接

Declared In

NYSWebViewController.h

  autoTitle

是否自动标题

@property (nonatomic, assign) BOOL autoTitle

Discussion

是否自动标题

Declared In

NYSWebViewController.h

  progressView

进度条

@property (nonatomic, strong) UIProgressView *progressView

Discussion

进度条

Declared In

NYSWebViewController.h

  refreshControl

刷新控件

@property (nonatomic, strong) UIRefreshControl *refreshControl

Discussion

刷新控件

Declared In

NYSWebViewController.h

– loadHostPathURL:

加载本地error html 文件

- (void)loadHostPathURL:(NSString *)html

Discussion

加载本地error html 文件

Declared In

NYSWebViewController.m

– updateProgress:

更新进度条

- (void)updateProgress:(double)progress

Discussion

更新进度条

Declared In

NYSWebViewController.h

– dayThemeJS:

JS主题适配

- (void)dayThemeJS:(WKWebView *)webview

Discussion

JS主题适配

Declared In

NYSWebViewController.h

– grayThemeJS:

灰色

- (void)grayThemeJS:(WKWebView *)webview

Discussion

灰色

Declared In

NYSWebViewController.h

Other Methods

– backBtnOnclicked:

Default pop back, allow overridden

- (void)backBtnOnclicked:(UIButton *)sender

Discussion

Default pop back, allow overridden

Declared In

NYSBaseViewController.h

– configTheme

设置主题

- (void)configTheme

Discussion

设置主题

Declared In

NYSWebViewController.m

– viewWillTransitionToSize:withTransitionCoordinator:

屏幕旋转后重新布局

- (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator

Discussion

屏幕旋转后重新布局

Declared In

NYSWebViewController.m