Skip to content
Permalink
2746ad9240
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Qi Xia final version
Latest commit 2746ad9 Feb 16, 2020 History
0 contributors

Users who have contributed to this file

30 lines (22 sloc) 693 Bytes
//
// MianViewController.swift
// CSE4095_Lab4
//
// Created by 夏奇 on 2/13/20.
// Copyright © 2020 qixia. All rights reserved.
//
import UIKit
class MianViewController: UITabBarController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
/*
// MARK: - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destination.
// Pass the selected object to the new view controller.
}
*/
}