Skip to content

0.9.5

Latest
Compare
Choose a tag to compare
@kgaidis kgaidis released this 31 May 02:41
· 1 commit to master since this release

You can now set minimumHitTestWidth and height using a category! No subclassing required.

@interface UIView (KGHitTesting)

- (void)setMinimumHitTestWidth:(CGFloat)width height:(CGFloat)height;

@end