-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
SwiftUI iOS Support #34
Comments
Any update on this or at least a step by step guide for new SwiftUI/iOS developers? |
@somesh-basicx apologise for the delayed response, we are working on supporting our SDK for SwiftUI. Will post the update here soon as possible. |
@ramprasadAnand Any update on SwiftUi support, We have been moving all our apps to swiftUI, But still no documentation on integration |
This is the work around you can use, till we get final library update regarding swiftui support :
|
The other way around is to do something instead of having viewcontroller
This way can be optimized in other ways too let me know if you found a better solution to it |
SwiftUI Support
Razorpay is great at what it does, I appreciate it. But, when it comes to adopting latest framework, it has few drawbacks. With adopting RazorPay SDK to support SwiftUI, would be a new room of possibilities.
Suggested implementation:
Describe alternatives you've considered:
Wrap it in UIViewRepresntable & use it in SwiftUI, but, there's no documentation available in the RazorPay iOS Documentation.
The text was updated successfully, but these errors were encountered: