Skip to content

Commit

Permalink
update settings viewcontroller
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridho Saputra committed Apr 14, 2022
1 parent b39a461 commit 881943c
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
12 changes: 6 additions & 6 deletions abilitea.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
1569CD7027FF218600DAEA4C /* questionFeederProb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1569CD6F27FF218600DAEA4C /* questionFeederProb.swift */; };
1569CD7227FF21A400DAEA4C /* questionFeederCrit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1569CD7127FF21A400DAEA4C /* questionFeederCrit.swift */; };
15BA4D252805634300C409D3 /* WelcomepageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15BA4D242805634300C409D3 /* WelcomepageViewController.swift */; };
15BA4D27280563EA00C409D3 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15BA4D26280563EA00C409D3 /* SettingsViewController.swift */; };
15BA4D2C2805D3F400C409D3 /* SnapKit in Frameworks */ = {isa = PBXBuildFile; productRef = 15BA4D2B2805D3F400C409D3 /* SnapKit */; };
498D5FBA28002D8700F80C79 /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = 498D5FB928002D8700F80C79 /* .gitignore */; };
49A03CE92807C3EE00B4EE4D /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A03CE82807C3EE00B4EE4D /* SettingsViewController.swift */; };
49BC74AD27FF1B4600F8E614 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49BC74AC27FF1B4600F8E614 /* AppDelegate.swift */; };
49BC74AF27FF1B4600F8E614 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49BC74AE27FF1B4600F8E614 /* SceneDelegate.swift */; };
49BC74B127FF1B4600F8E614 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49BC74B027FF1B4600F8E614 /* ViewController.swift */; };
49BC74B427FF1B4600F8E614 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 49BC74B227FF1B4600F8E614 /* Main.storyboard */; };
49BC74B627FF1B4700F8E614 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 49BC74B527FF1B4700F8E614 /* Assets.xcassets */; };
49BC74B927FF1B4700F8E614 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 49BC74B727FF1B4700F8E614 /* LaunchScreen.storyboard */; };
A19A056D280091340087843F /* ModuleCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A19A056C280091340087843F /* ModuleCollectionViewCell.swift */; };
AFECDA54280581DB00F76D78 /* QuestionImageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFECDA53280581DB00F76D78 /* QuestionImageCell.swift */; };
AFECF0D82800749600305FEB /* TutorialStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AFECF0D72800749600305FEB /* TutorialStoryboard.storyboard */; };
AFECF0DA280074B700305FEB /* TutorialController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFECF0D9280074B700305FEB /* TutorialController.swift */; };
A19A056D280091340087843F /* ModuleCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A19A056C280091340087843F /* ModuleCollectionViewCell.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -35,8 +35,8 @@
1569CD6F27FF218600DAEA4C /* questionFeederProb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = questionFeederProb.swift; sourceTree = "<group>"; };
1569CD7127FF21A400DAEA4C /* questionFeederCrit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = questionFeederCrit.swift; sourceTree = "<group>"; };
15BA4D242805634300C409D3 /* WelcomepageViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomepageViewController.swift; sourceTree = "<group>"; };
15BA4D26280563EA00C409D3 /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; };
498D5FB928002D8700F80C79 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
49A03CE82807C3EE00B4EE4D /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; };
49BC74A927FF1B4600F8E614 /* abilitea.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = abilitea.app; sourceTree = BUILT_PRODUCTS_DIR; };
49BC74AC27FF1B4600F8E614 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
49BC74AE27FF1B4600F8E614 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -45,10 +45,10 @@
49BC74B527FF1B4700F8E614 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
49BC74B827FF1B4700F8E614 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
49BC74BA27FF1B4700F8E614 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
A19A056C280091340087843F /* ModuleCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModuleCollectionViewCell.swift; sourceTree = "<group>"; };
AFECDA53280581DB00F76D78 /* QuestionImageCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuestionImageCell.swift; sourceTree = "<group>"; };
AFECF0D72800749600305FEB /* TutorialStoryboard.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = TutorialStoryboard.storyboard; sourceTree = "<group>"; };
AFECF0D9280074B700305FEB /* TutorialController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TutorialController.swift; sourceTree = "<group>"; };
A19A056C280091340087843F /* ModuleCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModuleCollectionViewCell.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -78,11 +78,11 @@
497033C3280019BF0064E36F /* Controller */ = {
isa = PBXGroup;
children = (
15BA4D26280563EA00C409D3 /* SettingsViewController.swift */,
A19A056C280091340087843F /* ModuleCollectionViewCell.swift */,
49BC74B027FF1B4600F8E614 /* ViewController.swift */,
15BA4D242805634300C409D3 /* WelcomepageViewController.swift */,
AFECF0D9280074B700305FEB /* TutorialController.swift */,
49A03CE82807C3EE00B4EE4D /* SettingsViewController.swift */,
);
path = Controller;
sourceTree = "<group>";
Expand Down Expand Up @@ -210,7 +210,6 @@
files = (
15BA4D252805634300C409D3 /* WelcomepageViewController.swift in Sources */,
1569CD7227FF21A400DAEA4C /* questionFeederCrit.swift in Sources */,
15BA4D27280563EA00C409D3 /* SettingsViewController.swift in Sources */,
AFECDA54280581DB00F76D78 /* QuestionImageCell.swift in Sources */,
49BC74B127FF1B4600F8E614 /* ViewController.swift in Sources */,
49BC74AD27FF1B4600F8E614 /* AppDelegate.swift in Sources */,
Expand All @@ -219,6 +218,7 @@
A19A056D280091340087843F /* ModuleCollectionViewCell.swift in Sources */,
1569CD6E27FF216F00DAEA4C /* questionFeederNum.swift in Sources */,
49BC74AF27FF1B4600F8E614 /* SceneDelegate.swift in Sources */,
49A03CE92807C3EE00B4EE4D /* SettingsViewController.swift in Sources */,
1569CD6A27FF210E00DAEA4C /* questionStructure.swift in Sources */,
AFECF0DA280074B700305FEB /* TutorialController.swift in Sources */,
);
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,48 @@
<dict>
<key>SchemeUserState</key>
<dict>
<key>SnapKitPlayground (Playground) 1.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>3</integer>
</dict>
<key>SnapKitPlayground (Playground) 2.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>4</integer>
</dict>
<key>SnapKitPlayground (Playground) 3.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>1</integer>
</dict>
<key>SnapKitPlayground (Playground) 4.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>5</integer>
</dict>
<key>SnapKitPlayground (Playground) 5.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>6</integer>
</dict>
<key>SnapKitPlayground (Playground).xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>2</integer>
</dict>
<key>abilitea.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
Expand Down
29 changes: 29 additions & 0 deletions abilitea/Controller/SettingsViewController.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
//
// SettingsViewController.swift
// abilitea
//
// Created by Ridho Saputra on 14/04/22.
//

import UIKit

class SettingsViewController: UIViewController {

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.
}
*/

}

0 comments on commit 881943c

Please sign in to comment.