This commit is contained in:
Horcrux
2016-08-27 09:50:03 +08:00
parent 9958f79612
commit e78e5db092
-5
View File
@@ -83,11 +83,6 @@
self.backgroundColor = inheritedBackgroundColor;
}
- (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event
{
return self.responsible ? [super hitTest:point withEvent:event] : nil;
}
- (void)defineClipPath:(__kindof RNSVGNode *)clipPath clipPathRef:(NSString *)clipPathRef
{
if (!clipPaths) {