diff --git a/DCSC.xcodeproj/project.pbxproj b/DCSC.xcodeproj/project.pbxproj index 6160541..7fe557c 100644 --- a/DCSC.xcodeproj/project.pbxproj +++ b/DCSC.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 497642651F8FCBA2003723B7 /* AndrewCopeVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 497642641F8FCBA2003723B7 /* AndrewCopeVC.swift */; }; 49ABEBFF1F81E69A00AF8B2D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49ABEBFE1F81E69A00AF8B2D /* AppDelegate.swift */; }; 49ABEC011F81E69A00AF8B2D /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49ABEC001F81E69A00AF8B2D /* ViewController.swift */; }; 49ABEC041F81E69A00AF8B2D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 49ABEC021F81E69A00AF8B2D /* Main.storyboard */; }; @@ -15,6 +16,7 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 497642641F8FCBA2003723B7 /* AndrewCopeVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AndrewCopeVC.swift; sourceTree = ""; }; 49ABEBFB1F81E69A00AF8B2D /* DCSC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DCSC.app; sourceTree = BUILT_PRODUCTS_DIR; }; 49ABEBFE1F81E69A00AF8B2D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 49ABEC001F81E69A00AF8B2D /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; @@ -57,6 +59,7 @@ 49ABEBFE1F81E69A00AF8B2D /* AppDelegate.swift */, 49ABEC001F81E69A00AF8B2D /* ViewController.swift */, 49ABEC021F81E69A00AF8B2D /* Main.storyboard */, + 497642641F8FCBA2003723B7 /* AndrewCopeVC.swift */, 49ABEC051F81E69A00AF8B2D /* Assets.xcassets */, 49ABEC071F81E69A00AF8B2D /* LaunchScreen.storyboard */, 49ABEC0A1F81E69A00AF8B2D /* Info.plist */, @@ -138,6 +141,7 @@ files = ( 49ABEC011F81E69A00AF8B2D /* ViewController.swift in Sources */, 49ABEBFF1F81E69A00AF8B2D /* AppDelegate.swift in Sources */, + 497642651F8FCBA2003723B7 /* AndrewCopeVC.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/DCSC.xcodeproj/project.xcworkspace/xcuserdata/Andrew.xcuserdatad/UserInterfaceState.xcuserstate b/DCSC.xcodeproj/project.xcworkspace/xcuserdata/Andrew.xcuserdatad/UserInterfaceState.xcuserstate index f1bd0c9..247a28b 100644 Binary files a/DCSC.xcodeproj/project.xcworkspace/xcuserdata/Andrew.xcuserdatad/UserInterfaceState.xcuserstate and b/DCSC.xcodeproj/project.xcworkspace/xcuserdata/Andrew.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/DCSC/AndrewCopeVC.swift b/DCSC/AndrewCopeVC.swift new file mode 100644 index 0000000..d8aa145 --- /dev/null +++ b/DCSC/AndrewCopeVC.swift @@ -0,0 +1,22 @@ +// +// AndrewCopeVC.swift +// DCSC +// +// Created by Andrew Cope on 10/12/17. +// Copyright © 2017 Andrew Cope. All rights reserved. +// + +import UIKit + +class AndrewCopeVC: UIViewController { + + @IBOutlet weak var bottomLabel: UILabel! + + + @IBAction func buttonPressed(_ sender: UIButton) { + bottomLabel.text = "this iz suh kewl" + + } + + +} diff --git a/DCSC/Assets.xcassets/AppIcon.appiconset/Contents.json b/DCSC/Assets.xcassets/AppIcon.appiconset/Contents.json index 1d060ed..d8db8d6 100644 --- a/DCSC/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/DCSC/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -84,6 +84,11 @@ "idiom" : "ipad", "size" : "83.5x83.5", "scale" : "2x" + }, + { + "idiom" : "ios-marketing", + "size" : "1024x1024", + "scale" : "1x" } ], "info" : { diff --git a/DCSC/Assets.xcassets/Contents.json b/DCSC/Assets.xcassets/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/DCSC/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/DCSC/Assets.xcassets/IMG_0793.imageset/Contents.json b/DCSC/Assets.xcassets/IMG_0793.imageset/Contents.json new file mode 100644 index 0000000..a5b8325 --- /dev/null +++ b/DCSC/Assets.xcassets/IMG_0793.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "IMG_0793.jpg", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/DCSC/Assets.xcassets/IMG_0793.imageset/IMG_0793.jpg b/DCSC/Assets.xcassets/IMG_0793.imageset/IMG_0793.jpg new file mode 100644 index 0000000..0c19b59 Binary files /dev/null and b/DCSC/Assets.xcassets/IMG_0793.imageset/IMG_0793.jpg differ diff --git a/DCSC/Base.lproj/Main.storyboard b/DCSC/Base.lproj/Main.storyboard index 777a7f0..e3c04fe 100644 --- a/DCSC/Base.lproj/Main.storyboard +++ b/DCSC/Base.lproj/Main.storyboard @@ -1,5 +1,5 @@ - + @@ -8,71 +8,229 @@ + + + Zapfino + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + + - - + + - + - + - + - + - - + + - - + + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - - - + + + - - + + + - + + + + + + + + + + + + + + + + + + + + - + + + +