Skip to content

Commit d5488f4

Browse files
committed
Rename MasterViewController to CategoryDetailsViewController
1 parent 898f338 commit d5488f4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Math Challenge.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
8042DE0F236350EE008B1893 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8042DE0D236350EE008B1893 /* LaunchScreen.storyboard */; };
3030
8042DE1A236350EE008B1893 /* Math_ChallengeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8042DE19236350EE008B1893 /* Math_ChallengeTests.swift */; };
3131
8042DE25236350EE008B1893 /* Math_ChallengeUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8042DE24236350EE008B1893 /* Math_ChallengeUITests.swift */; };
32-
8042DE3923635151008B1893 /* MasterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8042DE3323635151008B1893 /* MasterViewController.swift */; };
32+
8042DE3923635151008B1893 /* CategoryDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8042DE3323635151008B1893 /* CategoryDetailViewController.swift */; };
3333
8042DE3A23635151008B1893 /* DetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8042DE3423635151008B1893 /* DetailViewController.swift */; };
3434
8042DE3B23635151008B1893 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8042DE3523635151008B1893 /* AppDelegate.swift */; };
3535
8042DE3C23635151008B1893 /* MathChallengeCategoriesRegistry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8042DE3623635151008B1893 /* MathChallengeCategoriesRegistry.swift */; };
@@ -92,7 +92,7 @@
9292
8042DE24236350EE008B1893 /* Math_ChallengeUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Math_ChallengeUITests.swift; sourceTree = "<group>"; };
9393
8042DE26236350EE008B1893 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9494
8042DE3223635150008B1893 /* Math Challenge-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Math Challenge-Bridging-Header.h"; sourceTree = "<group>"; };
95-
8042DE3323635151008B1893 /* MasterViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MasterViewController.swift; sourceTree = "<group>"; };
95+
8042DE3323635151008B1893 /* CategoryDetailViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CategoryDetailViewController.swift; sourceTree = "<group>"; };
9696
8042DE3423635151008B1893 /* DetailViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetailViewController.swift; sourceTree = "<group>"; };
9797
8042DE3523635151008B1893 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
9898
8042DE3623635151008B1893 /* MathChallengeCategoriesRegistry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MathChallengeCategoriesRegistry.swift; sourceTree = "<group>"; };
@@ -202,7 +202,7 @@
202202
8042DE3523635151008B1893 /* AppDelegate.swift */,
203203
8042DE3823635151008B1893 /* Challenge.swift */,
204204
8042DE3423635151008B1893 /* DetailViewController.swift */,
205-
8042DE3323635151008B1893 /* MasterViewController.swift */,
205+
8042DE3323635151008B1893 /* CategoryDetailViewController.swift */,
206206
8042DE3623635151008B1893 /* MathChallengeCategoriesRegistry.swift */,
207207
8034B2712363520F00A282CD /* Assets.xcassets */,
208208
8042DE3723635151008B1893 /* SceneDelegate.swift */,
@@ -511,7 +511,7 @@
511511
8042DE3C23635151008B1893 /* MathChallengeCategoriesRegistry.swift in Sources */,
512512
8042DE4323635163008B1893 /* Addition.swift in Sources */,
513513
8042DE3B23635151008B1893 /* AppDelegate.swift in Sources */,
514-
8042DE3923635151008B1893 /* MasterViewController.swift in Sources */,
514+
8042DE3923635151008B1893 /* CategoryDetailViewController.swift in Sources */,
515515
8042DE4523635163008B1893 /* SPHAIR.swift in Sources */,
516516
8042DE3A23635151008B1893 /* DetailViewController.swift in Sources */,
517517
628B79D8C849585571436F8F /* Division.swift in Sources */,

Math challenge/Base.lproj/Main.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<!--Master-->
7070
<scene sceneID="smW-Zh-WAh">
7171
<objects>
72-
<tableViewController title="Master" clearsSelectionOnViewWillAppear="NO" id="7bK-jq-Zjz" customClass="MasterViewController" customModule="Math_Challenge" customModuleProvider="target" sceneMemberID="viewController">
72+
<tableViewController title="Master" clearsSelectionOnViewWillAppear="NO" id="7bK-jq-Zjz" customClass="CategoryDetailViewController" customModule="Math_Challenge" customModuleProvider="target" sceneMemberID="viewController">
7373
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="r7i-6Z-zg0">
7474
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
7575
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>

Math challenge/MasterViewController.swift renamed to Math challenge/CategoryDetailViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import UIKit
1010

11-
class MasterViewController: UITableViewController {
11+
class CategoryDetailViewController: UITableViewController {
1212
var detailViewController: DetailViewController? = nil
1313

1414
override func viewDidLoad() {

0 commit comments

Comments
 (0)