Defore Chen
Defore Chen
I can't see the corresponding API `+ (void)showTextWithStatus:(nullable NSString*)status;` in swift version while there is no way to realize a text only function on HUD.
> ``` > pod 'SVProgressHUD',:git => 'https://github.com/Fidetro/SVProgressHUD.git' > ``` > @DeforeChen you can use `SVProgressHUD.showText(withStatus: "xxx")` in swift Many thanks. By the way, I should relaunch my Xcode workspace after...
I run into the same issue. Maybe the QR component does not match the later RN version? In my project, the RN version is 0.47 or later.
我就是按照storyboard中拖曳添加后修改他的类操作做的。实际情况就是用cocoapods导入后无法转化类别。 但是用直接手动添加代码的就可以
sa > @eggswift > 使用delegate时 > shouldSelect 方法执行了2次 > 我看了下源代码 > 看到你绑定调用了2次这个事件 we fould the same problems