MBPTapToFocusSubview
Objective-C
@interface MBPTapToFocusSubview : MBPSubview
Swift
class MBPTapToFocusSubview : MBPSubview
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
View on GitHub