johnny51925

Results 2 comments of johnny51925

@morganbigot I fixed this function now `- (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event { ``` UIView *view = nil; for (LGPlusButton *button in _buttonsArray) { CGPoint newPoint = [self convertPoint:point toView:button]; view...