Classes

  • Buglife! Handles initialization and configuration of Buglife.

    See more

    Declaration

    Objective-C

    @interface Buglife : NSObject

    Swift

    class Buglife : NSObject
  • Facilitates appearance & behavior configuration of input fields in the bug reporter form.

    See more

    Declaration

    Objective-C

    @interface LIFEInputField : NSObject <NSCopying>

    Swift

    class LIFEInputField : NSObject, NSCopying
  • Represents a picker style input field in the Buglife bug reporter interface, that allows the user to select a single value from an array of options.

    See more

    Declaration

    Objective-C

    @interface LIFEPickerInputField : LIFEInputField

    Swift

    class LIFEPickerInputField : LIFEInputField