10_Segue Example

10

//
//  ViewController.swift
//  Segues Example
//
//  Created by ZC on 16/1/10.
//  Copyright © 2016年 ZC. 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.
    }


}

项目:10_Segue Example

原文地址:https://www.cnblogs.com/zcdll/p/5161104.html