Skip to content

Instantly share code, notes, and snippets.

@jamonholmgren
Created June 3, 2014 16:02
Show Gist options
  • Save jamonholmgren/a773c6ad0a9f47bc4f68 to your computer and use it in GitHub Desktop.
Save jamonholmgren/a773c6ad0a9f47bc4f68 to your computer and use it in GitHub Desktop.
import UIKit
import ProSwift
class HomeScreen: ProSwiftScreen {
let title = "Home Screen"
func onLoad() {
open(OtherScreen(navBar: true))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment