Skip to content

Commit f805cd5

Browse files
committed
And back to monochrome.
1 parent 7902ba3 commit f805cd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Swift Push/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>342</string>
22+
<string>344</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UIBackgroundModes</key>

Swift Push/ViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ class ViewController: UIViewController, UITableViewDataSource, UITableViewDelega
112112

113113
if let value = record.valueForKey("isAlert") {
114114
if (value as! Bool) {
115-
cell.backgroundColor = UIColor(red: 255 / 255, green: 242 / 255 , blue: 204 / 255, alpha: 1)
115+
cell.backgroundColor = UIColor(red: 245 / 255, green: 245 / 255 , blue: 245 / 255, alpha: 1)
116116
} else {
117-
cell.backgroundColor = UIColor(red: 217 / 255, green: 234 / 255 , blue: 211 / 255, alpha: 1)
117+
cell.backgroundColor = UIColor.whiteColor()
118118
}
119119
}
120120
}

0 commit comments

Comments
 (0)