Sha256: 298714638f76563781ed3a89fcfe8b4639b526c33b1d086b91c03fd481053a12

Contents?: true

Size: 538 Bytes

Versions: 6

Compression:

Stored size: 538 Bytes

Contents

//
//  ViewController.swift
//  <%= config[:project_name] %>
//
//  Created by Fabio Gallonetto on 28/01/2016.
//  Copyright © 2016 Future Workshops. All rights reserved.
//

import UIKit

class ViewController: UIViewController {

    override func viewDidLoad() {
        super.viewDidLoad()
        // Do any additional setup after loading the view, typically from a nib.
    }

    override func didReceiveMemoryWarning() {
        super.didReceiveMemoryWarning()
        // Dispose of any resources that can be recreated.
    }


}

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
fwtoolkit-2.0.2 templates/objc_project/xcode/%project_name%/%target_name%/ViewController.swift.tt
fwtoolkit-2.0.2 templates/swift_project/xcode/%project_name%/%target_name%/ViewController.swift.tt
fwtoolkit-2.0.1 templates/objc_project/xcode/%project_name%/%target_name%/ViewController.swift.tt
fwtoolkit-2.0.1 templates/swift_project/xcode/%project_name%/%target_name%/ViewController.swift.tt
fwtoolkit-2.0.0 templates/objc_project/xcode/%project_name%/%target_name%/ViewController.swift.tt
fwtoolkit-2.0.0 templates/swift_project/xcode/%project_name%/%target_name%/ViewController.swift.tt