Skip to content

Commit fdb789d

Browse files
Steve TreaseSteve Trease
authored andcommitted
Silly little tweaks
1 parent 0b48cdc commit fdb789d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

IP Address/Base.lproj/Main.storyboard

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</label>
6969
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="fill" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4D9-QY-Z7f">
7070
<rect key="frame" x="44.666666666666657" y="0.0" width="51" height="0.0"/>
71-
<color key="onTintColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
71+
<color key="onTintColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
7272
<connections>
7373
<action selector="switchToggled:" destination="BYZ-38-t0r" eventType="primaryActionTriggered" id="5Ua-gF-yFX"/>
7474
</connections>
@@ -86,7 +86,7 @@
8686
</label>
8787
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="fill" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="k1l-3t-xif">
8888
<rect key="frame" x="44.666666666666657" y="0.0" width="51" height="0.0"/>
89-
<color key="onTintColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
89+
<color key="onTintColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
9090
<connections>
9191
<action selector="switchToggled:" destination="BYZ-38-t0r" eventType="primaryActionTriggered" id="gnG-yw-32a"/>
9292
</connections>
@@ -104,7 +104,7 @@
104104
</label>
105105
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="fill" contentVerticalAlignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="6Ys-Jh-a0y">
106106
<rect key="frame" x="44.666666666666686" y="0.0" width="51" height="0.0"/>
107-
<color key="onTintColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
107+
<color key="onTintColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
108108
<connections>
109109
<action selector="switchToggled:" destination="BYZ-38-t0r" eventType="primaryActionTriggered" id="7MP-d9-PXP"/>
110110
</connections>

IP Address/ViewController.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSour
3131
// Dispose of any resources that can be recreated.
3232
}
3333

34-
34+
/*
3535
override func viewDidAppear(_ animated: Bool) {
3636
print (NSURL (fileURLWithPath: "\(#file)").lastPathComponent!, "\(#function)")
37+
super.viewDidAppear(animated)
3738
refreshAndSortAndFilterData()
3839
self.tableView.reloadData()
39-
}
40-
40+
}*/
4141

4242

4343
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {

0 commit comments

Comments
 (0)