Skip to content

Commit e0da8b6

Browse files
committed
Changed table view type.
1 parent 5f31265 commit e0da8b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

C-41/ASHTimerViewModel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ -(void)resume {
9696
#pragma mark - Private Methods
9797

9898
-(void)clockTick:(NSTimer *)timer {
99-
self.currentStepTimRemaining--;
99+
self.currentStepTimeRemaining--;
100100

101101
if (self.currentStepTimeRemaining < 0) {
102102
self.currentStepIndex++;

C-41/Base.lproj/Main.storyboard

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,14 +299,14 @@
299299
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
300300
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
301301
<subviews>
302-
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" allowsSelection="NO" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="AwY-EB-NAH">
302+
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" allowsSelection="NO" rowHeight="44" sectionHeaderHeight="10" sectionFooterHeight="10" id="AwY-EB-NAH">
303303
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
304304
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
305-
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
305+
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
306306
<inset key="contentInset" minX="0.0" minY="0.0" maxX="0.0" maxY="44"/>
307307
<prototypes>
308308
<tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="cell" textLabel="Gvu-kp-UCr" detailTextLabel="uWS-vR-fuh" style="IBUITableViewCellStyleValue1" id="BFw-np-hMw">
309-
<rect key="frame" x="0.0" y="86" width="320" height="44"/>
309+
<rect key="frame" x="0.0" y="119" width="320" height="44"/>
310310
<autoresizingMask key="autoresizingMask"/>
311311
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="BFw-np-hMw" id="eSg-R5-bmC">
312312
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>

0 commit comments

Comments
 (0)