To run the example project, clone the repo, and run pod install from the Example directory first.
SwiftUICustom is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SwiftUICustom'jrosen081, jrosen081@gmail.com
SwiftUICustom is available under the MIT license. See the LICENSE file for more info.
SwiftUICustom is a reverse-engineering of SwiftUI. It uses very similar names, with almost the exact same structure, and converts its views into UIKit. This can be used for anyone who doesn't want to wait until iOS 13 to use SwiftUI.