HYPPluginHelper
@interface HYPPluginHelper
Provides helper methods that should be common tasks among plugins.
-
Retrieves a list of subviews that intersect a certain a point.
Declaration
Objective-C
+ (id)findSubviewsInView:(id)view intersectingPoint:(id)point;
Parameters
view
The view to find intersecting subviews.
point
The point at which an intersection of the views should .