We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to select one picture in swiftui project?
The text was updated successfully, but these errors were encountered:
好像不行,这个工具的show方法本质是在ViewController的view上添加子视图,尺寸受限于这个VC,并且还做了一些其他权限判断和动画效果。因此我们不能把他当成一般的UIview控制显示和隐藏,所以也不方便桥接至SwiftUI。 建议作者君提供一个 ViewController 或者 view,让使用者自己编程实现显示如modal或者push方式显示选择器
Sorry, something went wrong.
No branches or pull requests
how to select one picture in swiftui project?
The text was updated successfully, but these errors were encountered: