Last active
October 19, 2018 08:10
-
-
Save Sajjon/2062df08927b5e61225138e1ec682731 to your computer and use it in GitHub Desktop.
Single-Line Controller Pattern
This file contains hidden or 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
| /* This ⬇ single line ⬇ constitutes a fully working ViewController. Clean code 👌🏽 */ | |
| typealias Settings = Scene<SettingsView> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment