feat: 增加ios更多菜单按钮点击事件代理调用
parent
0155f7153d
commit
35756923a2
|
@ -76,7 +76,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)clickCustomItemMenuWithInfo:(NSDictionary *)contentInfo completion:(void (^)(FATExtensionCode code, NSDictionary *result))completion {
|
- (void)clickCustomItemMenuWithInfo:(NSDictionary *)contentInfo completion:(void (^)(FATExtensionCode code, NSDictionary *result))completion {
|
||||||
|
NSLog(@"%@", contentInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
|
@ -17,7 +17,7 @@ A finclip miniprogram flutter sdk.
|
||||||
s.dependency 'Flutter'
|
s.dependency 'Flutter'
|
||||||
s.ios.deployment_target = '9.0'
|
s.ios.deployment_target = '9.0'
|
||||||
|
|
||||||
s.dependency 'FinApplet' , '2.21.0-alpha20210226v03'
|
s.dependency 'FinApplet' , '2.21.0-alpha20210226v04'
|
||||||
s.dependency 'FinAppletExt' , '2.21.0-alpha20210226v03'
|
s.dependency 'FinAppletExt' , '2.21.0-alpha20210226v04'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue