Skip to content

Commit ea1d133

Browse files
committed
Cleared some comments.
Changed the flavor text for refreshing. Bumped build number for testflight.
1 parent e49209f commit ea1d133

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

RedditRealTime/RedditRealTime/Controller Layer/View Controllers/RealTimeSettingsTableViewController.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ class RealTimeSettingsTableViewController: UITableViewController {
4646

4747
override func viewDidLoad() {
4848
super.viewDidLoad()
49-
50-
// Uncomment the following line to preserve selection between presentations
51-
// self.clearsSelectionOnViewWillAppear = false
52-
53-
// Uncomment the following line to display an Edit button in the navigation bar for this view controller.
54-
// self.navigationItem.rightBarButtonItem = self.editButtonItem
5549

5650
checkForRealTime()
5751
checkForDeviceSleep()

RedditRealTime/RedditRealTime/Controller Layer/View Controllers/RisingStoriesViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class RisingStoriesViewController: UIViewController, UITableViewDataSource, UITa
7575
refreshControl.tintColor = #colorLiteral(red: 1, green: 0.2888048291, blue: 0.1251261532, alpha: 1)
7676

7777
let attributes = [NSAttributedString.Key.foregroundColor: #colorLiteral(red: 1, green: 0.2888048291, blue: 0.1251261532, alpha: 1)]
78-
refreshControl.attributedTitle = NSAttributedString(string: "Refreshing Reddit Posts...", attributes: attributes)
78+
refreshControl.attributedTitle = NSAttributedString(string: "Refreshing...", attributes: attributes)
7979
}
8080

8181
// Called when Refresh Control Detects a "Pull-to-Refresh" gesture

RedditRealTime/RedditRealTime/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>1.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>12</string>
22+
<string>13</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

0 commit comments

Comments
 (0)