You've already forked MobileandWebTechnologiesCoursework-TaskMaster
mirror of
https://github.com/MrLyallCSIT/MobileandWebTechnologiesCoursework-TaskMaster.git
synced 2026-01-18 07:09:36 +00:00
19 lines
334 B
Swift
19 lines
334 B
Swift
//
|
|
// WelcomeScreenThree.swift
|
|
// My Mind
|
|
//
|
|
// Created by Alexander Davis on 30/03/2017.
|
|
// Copyright © 2017 Alexander Davis. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
import UIKit
|
|
|
|
class PageThree : UIViewController {
|
|
|
|
override var preferredStatusBarStyle: UIStatusBarStyle {
|
|
return .lightContent
|
|
}
|
|
|
|
}
|