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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 28 additions & 4 deletions SportsApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@
3E17D3952817733200910F14 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3E17D3942817733200910F14 /* Assets.xcassets */; };
3E17D3982817733200910F14 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3E17D3962817733200910F14 /* LaunchScreen.storyboard */; };
3EB1D36228188EAB004A7ABC /* SplashViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EB1D36128188EAB004A7ABC /* SplashViewController.swift */; };
3EB1D36428189335004A7ABC /* splash.json in Resources */ = {isa = PBXBuildFile; fileRef = 3EB1D36328189335004A7ABC /* splash.json */; };
7FD18F845F48772426796230 /* Pods_SportsApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8FCAA82DAF02A6D3756DCEC /* Pods_SportsApp.framework */; };
8F7DE566281B3E2600EC2EC1 /* splash.json in Resources */ = {isa = PBXBuildFile; fileRef = 8F7DE565281B3E2600EC2EC1 /* splash.json */; };
8F9395D7281C048300FA612F /* LeaguesDetailsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F9395D6281C048300FA612F /* LeaguesDetailsViewController.swift */; };
8F9395D9281C0BBE00FA612F /* TeamsCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F9395D8281C0BBE00FA612F /* TeamsCollectionViewCell.swift */; };
8F9395DB281C0BE000FA612F /* EventsCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F9395DA281C0BE000FA612F /* EventsCollectionViewCell.swift */; };
8F9395DD281C0BF400FA612F /* ResultsCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F9395DC281C0BF400FA612F /* ResultsCollectionViewCell.swift */; };
8F9395DF281C33CE00FA612F /* Teams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F9395DE281C33CE00FA612F /* Teams.swift */; };
8F9395E1281C33DF00FA612F /* Events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F9395E0281C33DF00FA612F /* Events.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -28,8 +34,14 @@
3E17D3972817733200910F14 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
3E17D3992817733200910F14 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3EB1D36128188EAB004A7ABC /* SplashViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplashViewController.swift; sourceTree = "<group>"; };
3EB1D36328189335004A7ABC /* splash.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = splash.json; path = ../../../../../../splash.json; sourceTree = "<group>"; };
4D30B850271081D3AB6212D5 /* Pods-SportsApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SportsApp.debug.xcconfig"; path = "Target Support Files/Pods-SportsApp/Pods-SportsApp.debug.xcconfig"; sourceTree = "<group>"; };
8F7DE565281B3E2600EC2EC1 /* splash.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = splash.json; path = ../../../../../Downloads/splash.json; sourceTree = "<group>"; };
8F9395D6281C048300FA612F /* LeaguesDetailsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeaguesDetailsViewController.swift; sourceTree = "<group>"; };
8F9395D8281C0BBE00FA612F /* TeamsCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TeamsCollectionViewCell.swift; sourceTree = "<group>"; };
8F9395DA281C0BE000FA612F /* EventsCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventsCollectionViewCell.swift; sourceTree = "<group>"; };
8F9395DC281C0BF400FA612F /* ResultsCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResultsCollectionViewCell.swift; sourceTree = "<group>"; };
8F9395DE281C33CE00FA612F /* Teams.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Teams.swift; sourceTree = "<group>"; };
8F9395E0281C33DF00FA612F /* Events.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Events.swift; sourceTree = "<group>"; };
AE60A169A1E11D55D312E911 /* Pods-SportsApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SportsApp.release.xcconfig"; path = "Target Support Files/Pods-SportsApp/Pods-SportsApp.release.xcconfig"; sourceTree = "<group>"; };
F8FCAA82DAF02A6D3756DCEC /* Pods_SportsApp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SportsApp.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -90,6 +102,8 @@
3EB1D34F281887A1004A7ABC /* Model */ = {
isa = PBXGroup;
children = (
8F9395E0281C33DF00FA612F /* Events.swift */,
8F9395DE281C33CE00FA612F /* Teams.swift */,
3EB1D35A281888B8004A7ABC /* Data */,
3EB1D359281888AA004A7ABC /* RemoteData */,
3EB1D3582818889C004A7ABC /* LocalData */,
Expand Down Expand Up @@ -130,7 +144,7 @@
3EB1D35328188814004A7ABC /* SplashScreen */ = {
isa = PBXGroup;
children = (
3EB1D36328189335004A7ABC /* splash.json */,
8F7DE565281B3E2600EC2EC1 /* splash.json */,
3EB1D36128188EAB004A7ABC /* SplashViewController.swift */,
);
path = SplashScreen;
Expand All @@ -153,6 +167,10 @@
3EB1D35628188844004A7ABC /* LeaguesDetailsScreen */ = {
isa = PBXGroup;
children = (
8F9395DC281C0BF400FA612F /* ResultsCollectionViewCell.swift */,
8F9395DA281C0BE000FA612F /* EventsCollectionViewCell.swift */,
8F9395D8281C0BBE00FA612F /* TeamsCollectionViewCell.swift */,
8F9395D6281C048300FA612F /* LeaguesDetailsViewController.swift */,
);
path = LeaguesDetailsScreen;
sourceTree = "<group>";
Expand Down Expand Up @@ -271,7 +289,7 @@
files = (
3E17D3982817733200910F14 /* LaunchScreen.storyboard in Resources */,
3E17D3952817733200910F14 /* Assets.xcassets in Resources */,
3EB1D36428189335004A7ABC /* splash.json in Resources */,
8F7DE566281B3E2600EC2EC1 /* splash.json in Resources */,
3E17D3902817733000910F14 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -325,9 +343,15 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8F9395DF281C33CE00FA612F /* Teams.swift in Sources */,
3E17D3892817733000910F14 /* AppDelegate.swift in Sources */,
3E17D3932817733000910F14 /* SportsApp.xcdatamodeld in Sources */,
3E17D38B2817733000910F14 /* SceneDelegate.swift in Sources */,
8F9395E1281C33DF00FA612F /* Events.swift in Sources */,
8F9395DD281C0BF400FA612F /* ResultsCollectionViewCell.swift in Sources */,
8F9395D9281C0BBE00FA612F /* TeamsCollectionViewCell.swift in Sources */,
8F9395DB281C0BE000FA612F /* EventsCollectionViewCell.swift in Sources */,
8F9395D7281C048300FA612F /* LeaguesDetailsViewController.swift in Sources */,
3EB1D36228188EAB004A7ABC /* SplashViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>SportsApp.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
</dict>
</dict>
</dict>
</plist>
Binary file not shown.
12 changes: 12 additions & 0 deletions SportsApp/Model/Events.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//
// Events.swift
// SportsApp
//
// Created by Aziza on 29/04/2022.
//

import UIKit

class Events: NSObject {

}
17 changes: 17 additions & 0 deletions SportsApp/Model/Teams.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// Teams.swift
// SportsApp
//
// Created by Aziza on 29/04/2022.
//

import UIKit

class Teams: NSObject {

var imageURL : String = ""
var name : String = ""
var ID :Int = 0


}
21 changes: 21 additions & 0 deletions SportsApp/View/Assets.xcassets/Profile.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "uyhbfe1612467038.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions SportsApp/View/Assets.xcassets/chelsea.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "chelsea.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 12 additions & 5 deletions SportsApp/View/Base.lproj/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
Expand All @@ -11,15 +13,20 @@
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>
Loading