DEV Community

Discussion on: Working with your UIViewController and SwiftUI

Collapse
 
utkarshshekhar profile image
Utkarsh Shekhar

I have a project of pattern lock built in UIKit and I want to import it into my SwiftUI project as a View in full page. So my question is how will I get the UI as it is build in Storyboard?
Is it possible to achieve that using UIViewController ?

Github Repo Pattern Lock => github.com/Tinghui/HUIPatternLockV...

Thank You.