MBITapToFocusSubview


@interface MBITapToFocusSubview : MBISubview

Overlay subview presenting the effect which happens when the user taps to focus

  • Designated initializer

    Declaration

    Objective-C

    - (nonnull instancetype)initWithFrame:(CGRect)frame;

    Swift

    init(frame: CGRect)

    Parameters

    frame

    - exact frame of the view

  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_UNAVAILABLE;
  • Undocumented

    Declaration

    Objective-C

    - (void)willFocusAtPoint:(CGPoint)point;

    Swift

    func willFocus(at point: CGPoint)