HYPInteractionView
@interface HYPInteractionView : UIView
-(instancetype)initWithPluginExtension:(id<HYPPluginExtension>)extension;
-(NSMutableArray<UIView *> *)findViewsInSubviews:(NSArray *)subviews intersectingPoint:(CGPoint)point;
-(BOOL)view:(UIView *)view surrondsPoint:(CGPoint)point;
@property (nonatomic, readonly) id<HYPPluginExtension> extension;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
-(instancetype)initWithPluginExtension:(id<HYPPluginExtension>)extension;
-
Undocumented
Declaration
Objective-C
-(NSMutableArray<UIView *> *)findViewsInSubviews:(NSArray *)subviews intersectingPoint:(CGPoint)point;
Swift
func findViews(inSubviews subviews: Any!, intersectingPoint point: Any!) -> Any!
-
Undocumented
Declaration
Objective-C
-(BOOL)view:(UIView *)view surrondsPoint:(CGPoint)point;
Swift
func view(_ view: Any!, surrondsPoint point: Any!) -> Any!
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) id<HYPPluginExtension> extension