Skip to content

Commit f7e5d97

Browse files
committed
Fix MRCLoadingTitleView length
Former-commit-id: 98672ed
1 parent 0866c02 commit f7e5d97

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

MVVMReactiveCocoa/View/TitleView/MRCLoadingTitleView.xib

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
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"/>
89
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
910
<view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MRCLoadingTitleView">
10-
<rect key="frame" x="0.0" y="0.0" width="102" height="44"/>
11+
<rect key="frame" x="0.0" y="0.0" width="106" height="44"/>
1112
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1213
<subviews>
1314
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" animating="YES" style="white" translatesAutoresizingMaskIntoConstraints="NO" id="BKI-HQ-qAc">
1415
<rect key="frame" x="0.0" y="12" width="20" height="20"/>
16+
<animations/>
1517
<constraints>
1618
<constraint firstAttribute="height" constant="20" id="QJR-d9-Yhb"/>
1719
<constraint firstAttribute="width" constant="20" id="fd9-TL-1r0"/>
1820
</constraints>
1921
</activityIndicatorView>
2022
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Loading..." lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XrZ-1f-5Aw">
21-
<rect key="frame" x="24" y="12" width="78" height="20.5"/>
23+
<rect key="frame" x="24" y="12" width="82" height="20.5"/>
24+
<animations/>
2225
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
2326
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
2427
<nil key="highlightedColor"/>
2528
</label>
2629
</subviews>
30+
<animations/>
2731
<constraints>
2832
<constraint firstAttribute="centerY" secondItem="BKI-HQ-qAc" secondAttribute="centerY" id="8dc-Jl-g1m"/>
2933
<constraint firstItem="XrZ-1f-5Aw" firstAttribute="leading" secondItem="BKI-HQ-qAc" secondAttribute="trailing" constant="4" id="Q63-qn-fPt"/>

0 commit comments

Comments
 (0)