This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*: | |
# SwiftUI Views in UIKit World | |
(If you see this as a comment instead rendering, open the pane on the right and select `Render Documentation` in `Playground Settings`) | |
This is a simple concept of how you can use SwiftUI for creating your views, at the | |
same time protecting your app from having SwiftUI everywhere. | |
Imagine you use coordinators in your app and inject into them view controller factories. This way you can easily compose and test your app. Now for the new feature you would like to try SwiftUI. What can you do? | |
*/ |