Classes
-
Buglife! Handles initialization and configuration of Buglife.
See moreDeclaration
Objective-C
@interface Buglife : NSObject
Swift
class Buglife : NSObject
-
Refer to the AwesomeLogs usage guide at https://www.buglife.com/docs/ios/logging.html
See moreDeclaration
Objective-C
@interface LIFEAwesomeLogger : NSObject
Swift
class LIFEAwesomeLogger : NSObject
-
Facilitates appearance & behavior configuration of input fields in the bug reporter form.
See moreDeclaration
Objective-C
@interface LIFEInputField : NSObject <NSCopying>
Swift
class LIFEInputField : NSObject, NSCopying
-
Represents a single- or multi-line text input field in the Buglife bug reporter interface.
See moreDeclaration
Objective-C
@interface LIFETextInputField : LIFEInputField
Swift
class LIFETextInputField : LIFEInputField
-
Represents a
See morepicker
style input field in the Buglife bug reporter interface, that allows the user to select a single value from an array of options.Declaration
Objective-C
@interface LIFEPickerInputField : LIFEInputField
Swift
class LIFEPickerInputField : LIFEInputField