Skip to content

Commit f946139

Browse files
Fix storyboard doofiness
1 parent 67d7c84 commit f946139

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

DNSSwipeableCell/Base.lproj/Main.storyboard

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6254" systemVersion="14C109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="rS3-R9-Ivy">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7702" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="rS3-R9-Ivy">
33
<dependencies>
44
<deployment identifier="iOS"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6247"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7701"/>
66
</dependencies>
77
<scenes>
88
<!--Navigation Controller-->
@@ -52,7 +52,7 @@
5252
<autoresizingMask key="autoresizingMask"/>
5353
<subviews>
5454
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="h16-E5-l3y" userLabel="MyContentView">
55-
<rect key="frame" x="0.0" y="0.0" width="320" height="399.5"/>
55+
<rect key="frame" x="0.0" y="0.0" width="320" height="399"/>
5656
<subviews>
5757
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ZBn-9o-dpV">
5858
<rect key="frame" x="0.0" y="0.0" width="320" height="320"/>
@@ -62,9 +62,9 @@
6262
</constraints>
6363
</imageView>
6464
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qMz-vv-1tY">
65-
<rect key="frame" x="20" y="340" width="280" height="39.5"/>
65+
<rect key="frame" x="20" y="340" width="280" height="39"/>
6666
<fontDescription key="fontDescription" type="system" pointSize="17"/>
67-
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
67+
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
6868
<nil key="highlightedColor"/>
6969
</label>
7070
</subviews>
@@ -154,7 +154,7 @@
154154
<rect key="frame" x="20" y="276" width="280" height="17"/>
155155
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
156156
<fontDescription key="fontDescription" type="system" size="system"/>
157-
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
157+
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
158158
<nil key="highlightedColor"/>
159159
</label>
160160
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="P3O-DM-PAm">

0 commit comments

Comments
 (0)