Skip to content

Commit 0866c02

Browse files
committed
Fix README.md.
Former-commit-id: 8396427
1 parent dfacf3e commit 0866c02

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

MVVMReactiveCocoa/View/TableViewCell/MRCRepoReadmeTableViewCell.xib

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="14C1510" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8191" systemVersion="15A284" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
33
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
4+
<deployment identifier="iOS"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
56
</dependencies>
67
<objects>
78
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
@@ -10,7 +11,7 @@
1011
<rect key="frame" x="0.0" y="0.0" width="375" height="102"/>
1112
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
1213
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
13-
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
14+
<rect key="frame" x="0.0" y="0.0" width="375" height="101.5"/>
1415
<autoresizingMask key="autoresizingMask"/>
1516
<subviews>
1617
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vCf-DD-dZZ">
@@ -21,29 +22,29 @@
2122
<subviews>
2223
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="6ju-sd-Jzv">
2324
<rect key="frame" x="15" y="9" width="22" height="22"/>
25+
<animations/>
2426
<constraints>
2527
<constraint firstAttribute="width" constant="22" id="H3e-q1-HLh"/>
2628
<constraint firstAttribute="height" constant="22" id="j6F-xl-TUn"/>
2729
</constraints>
2830
</imageView>
2931
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="README.md" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kf9-ZB-cdY">
30-
<rect key="frame" x="45" y="9" width="91" height="21"/>
31-
<constraints>
32-
<constraint firstAttribute="width" constant="91" id="451-Yq-oRA"/>
33-
<constraint firstAttribute="height" constant="21" id="PEO-31-G62"/>
34-
</constraints>
32+
<rect key="frame" x="45" y="11" width="92" height="18"/>
33+
<animations/>
3534
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
3635
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
3736
<nil key="highlightedColor"/>
3837
</label>
3938
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" animating="YES" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="JdX-tp-XaR">
40-
<rect key="frame" x="144" y="10" width="20" height="20"/>
39+
<rect key="frame" x="145" y="10" width="20" height="20"/>
40+
<animations/>
4141
<constraints>
4242
<constraint firstAttribute="height" constant="20" id="Lb9-Ga-Pt2"/>
4343
<constraint firstAttribute="width" constant="20" id="TQG-wI-9Xu"/>
4444
</constraints>
4545
</activityIndicatorView>
4646
</subviews>
47+
<animations/>
4748
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
4849
<constraints>
4950
<constraint firstAttribute="height" constant="40" id="Jja-c3-5R8"/>
@@ -57,11 +58,13 @@
5758
</view>
5859
<webView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1YR-aE-rsa">
5960
<rect key="frame" x="6" y="40" width="333" height="21"/>
61+
<animations/>
6062
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
6163
<dataDetectorType key="dataDetectorTypes" calendarEvent="YES"/>
6264
</webView>
6365
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Kfn-Fr-HRL">
6466
<rect key="frame" x="0.0" y="61" width="345" height="40"/>
67+
<animations/>
6568
<constraints>
6669
<constraint firstAttribute="height" constant="40" id="HbW-Jl-jOg"/>
6770
</constraints>
@@ -71,6 +74,7 @@
7174
</state>
7275
</button>
7376
</subviews>
77+
<animations/>
7478
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
7579
<constraints>
7680
<constraint firstItem="QeC-z6-8Iy" firstAttribute="top" secondItem="vCf-DD-dZZ" secondAttribute="top" id="05N-Ja-dVN"/>
@@ -86,13 +90,15 @@
8690
</constraints>
8791
</view>
8892
</subviews>
93+
<animations/>
8994
<constraints>
9095
<constraint firstAttribute="trailing" secondItem="vCf-DD-dZZ" secondAttribute="trailing" constant="15" id="1cI-2w-l6F"/>
9196
<constraint firstItem="vCf-DD-dZZ" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="5cW-84-joQ"/>
9297
<constraint firstItem="vCf-DD-dZZ" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="icO-4W-S2Y"/>
9398
<constraint firstAttribute="bottom" secondItem="vCf-DD-dZZ" secondAttribute="bottom" id="lhf-A0-rqG"/>
9499
</constraints>
95100
</tableViewCellContentView>
101+
<animations/>
96102
<connections>
97103
<outlet property="activityIndicatorView" destination="JdX-tp-XaR" id="rHe-7e-ad5"/>
98104
<outlet property="readmeButton" destination="Kfn-Fr-HRL" id="lBA-xw-pWi"/>
@@ -101,7 +107,7 @@
101107
<outlet property="wapperView" destination="vCf-DD-dZZ" id="2iA-aX-nkR"/>
102108
<outlet property="webView" destination="1YR-aE-rsa" id="fa7-aH-GNe"/>
103109
</connections>
104-
<point key="canvasLocation" x="-724.5" y="-633"/>
110+
<point key="canvasLocation" x="-917.5" y="-633"/>
105111
</tableViewCell>
106112
</objects>
107113
</document>

0 commit comments

Comments
 (0)