Inherits from NSObject
Declared in BITHockeyBaseManager.h

Overview

The internal superclass for all component managers

Tasks

Modules

User Interface

Properties

barStyle

The UIBarStyle of the update user interface navigation bar.

@property (nonatomic, assign) UIBarStyle barStyle

Discussion

Default is UIBarStyleBlackOpaque

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)

Declared In

BITHockeyBaseManager.h

serverURL

Defines the server URL to send data to or request data from

@property (nonatomic, copy) NSString *serverURL

Discussion

By default this is set to the HockeyApp servers and there rarely should be a need to modify that.

Declared In

BITHockeyBaseManager.h