Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions DCSC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand All @@ -15,6 +16,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
497642641F8FCBA2003723B7 /* AndrewCopeVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AndrewCopeVC.swift; sourceTree = "<group>"; };
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 = "<group>"; };
49ABEC001F81E69A00AF8B2D /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -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 */,
Expand Down Expand Up @@ -138,6 +141,7 @@
files = (
49ABEC011F81E69A00AF8B2D /* ViewController.swift in Sources */,
49ABEBFF1F81E69A00AF8B2D /* AppDelegate.swift in Sources */,
497642651F8FCBA2003723B7 /* AndrewCopeVC.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file not shown.
22 changes: 22 additions & 0 deletions DCSC/AndrewCopeVC.swift
Original file line number Diff line number Diff line change
@@ -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"

}


}
5 changes: 5 additions & 0 deletions DCSC/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"scale" : "1x"
}
],
"info" : {
Expand Down
6 changes: 6 additions & 0 deletions DCSC/Assets.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
21 changes: 21 additions & 0 deletions DCSC/Assets.xcassets/IMG_0793.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
214 changes: 186 additions & 28 deletions DCSC/Base.lproj/Main.storyboard

Large diffs are not rendered by default.