BITHockeyBaseManager Class Reference
Inherits from | NSObject |
Declared in | BITHockeyBaseManager.h |
Tasks
Modules
-
serverURL
property
User Interface
-
barStyle
property -
navigationBarTintColor
property -
modalPresentationStyle
property
Properties
barStyle
The UIBarStyle of the update user interface navigation bar.
@property (nonatomic, assign) UIBarStyle barStyle
Discussion
Default is UIBarStyleBlackOpaque
See Also
Declared In
BITHockeyBaseManager.h
modalPresentationStyle
The UIModalPresentationStyle for showing the update user interface when invoked with the update alert.
@property (nonatomic, assign) UIModalPresentationStyle modalPresentationStyle
Declared In
BITHockeyBaseManager.h
navigationBarTintColor
The navigationbar tint color of the update user interface navigation bar.
@property (nonatomic, strong) UIColor *navigationBarTintColor
Discussion
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