PDRCoreDelegate Protocol Reference

Conforms to NSObject
Declared in PDRCore.h

Overview

H5+代理类用于和宿主环境沟通

– getStatusBarBackground

获取状态栏颜色

- (UIColor *)getStatusBarBackground

Declared In

PDRCore.h

– setStatusBarBackground:

设置状态栏颜色

- (void)setStatusBarBackground:(UIColor *)newColor

Declared In

PDRCore.h

– setStatusBarStyle:

设置状态栏样式

- (void)setStatusBarStyle:(UIStatusBarStyle)statusBarStyle

Declared In

PDRCore.h