Type Definitions

The following type definitions are available globally.

  • Struct which describes image extension factors. Each factors denotes by what percentage is image extended. For example, value of top = 0.3f means that top side of the image is extended by 30% of cards height, while value of right = 1.3f means that the right side of the image is extended by 120% of the cards width.

    See more

    Declaration

  • Block for returning high resolution MBImage photo with capture or still output

    Declaration

    Objective-C

    typedef void (^MBCaptureHighResImage)(MBImage *_Nullable)

    Swift

    typealias MBCaptureHighResImage = (MBImage?) -> Void