iOS:optimize devkit header ui

This commit is contained in:
pengfeizhou
2021-02-24 16:51:23 +08:00
committed by osborn
parent efdabd8309
commit dfcbec696e
4 changed files with 178 additions and 30 deletions

View File

@@ -305,7 +305,7 @@ - (void)blendView:(UIView *)view forPropName:(NSString *)name propValue:(id)prop
}
}
- (void)onClick:(UIView *)view {
- (void)onClick:(UITapGestureRecognizer *)recognizer {
[self callJSResponse:self.callbackIds[@"onClick"], nil];
}