badrinathvm / StepperView

SwiftUI iOS component for Step Indications.
https://badrinathvm.github.io/StepperView/
MIT License
1.22k stars 59 forks source link

Adding stepperView to a UIView in swift #99

Open godeodg opened 2 months ago

godeodg commented 2 months ago

Hello, Trying to add this to a UIView, I havnt really used SwiftUI yet.

badrinathvm commented 2 months ago

You can wrap this the swiftuiview in let view controller= UIHostingController(rootview:)and use it UIKit

godeodg commented 2 months ago

Thank you, Got it working. One other question is it possible to refresh and update the status of a step? i.e tap button and update to the next step? thanks again