BITHockeyBaseManager Class Reference
| Inherits from | NSObject |
| Declared in | BITHockeyBaseManager.h |
Tasks
Modules
-
serverURLproperty
User Interface
-
barStyleproperty -
navigationBarTintColorproperty -
modalPresentationStyleproperty
Properties
barStyle
The UIBarStyle of the update user interface navigation bar.
@property (nonatomic, assign) UIBarStyle barStyleDiscussion
Default is UIBarStyleBlackOpaque
See Also
Declared In
BITHockeyBaseManager.hmodalPresentationStyle
The UIModalPresentationStyle for showing the update user interface when invoked with the update alert.
@property (nonatomic, assign) UIModalPresentationStyle modalPresentationStyleDeclared In
BITHockeyBaseManager.hnavigationBarTintColor
The navigationbar tint color of the update user interface navigation bar.
@property (nonatomic, strong) UIColor *navigationBarTintColorDiscussion
The navigationBarTintColor is used by default, you can either overwrite it navigationBarTintColor
or define another barStyle instead.
Default is RGB(25, 25, 25)
See Also
Declared In
BITHockeyBaseManager.h