Skip to content

Commit 254766e

Browse files
committed
Merge pull request #2 from urmyfaith/master
fix image outOf bounds, autoLayout conflict in XMNAlbumCell.xib
2 parents 4ca59d3 + bcc8963 commit 254766e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

XMNPhotoPickerFramework/Views/XMNAlbumCell.xib

Lines changed: 6 additions & 7 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.XIB" version="3.0" toolsVersion="9531" systemVersion="15A284" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9532" systemVersion="15C50" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
33
<dependencies>
44
<deployment identifier="iOS"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/>
66
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
77
</dependencies>
88
<objects>
@@ -12,18 +12,18 @@
1212
<rect key="frame" x="0.0" y="0.0" width="320" height="71"/>
1313
<autoresizingMask key="autoresizingMask"/>
1414
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="4up-aD-TrO" id="N5C-67-KtM">
15-
<rect key="frame" x="0.0" y="0.0" width="287" height="70.5"/>
15+
<rect key="frame" x="0.0" y="0.0" width="287" height="70"/>
1616
<autoresizingMask key="autoresizingMask"/>
1717
<subviews>
18-
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" placeholderIntrinsicWidth="70" placeholderIntrinsicHeight="70" translatesAutoresizingMaskIntoConstraints="NO" id="GSC-nL-jcH">
19-
<rect key="frame" x="0.0" y="0.0" width="70" height="70.5"/>
18+
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" placeholderIntrinsicWidth="70" placeholderIntrinsicHeight="70" translatesAutoresizingMaskIntoConstraints="NO" id="GSC-nL-jcH">
19+
<rect key="frame" x="0.0" y="0.0" width="70" height="70"/>
2020
<constraints>
2121
<constraint firstAttribute="width" constant="70" id="388-pq-LMF"/>
2222
<constraint firstAttribute="height" constant="70" id="hhA-QQ-TMT"/>
2323
</constraints>
2424
</imageView>
2525
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6Dt-0b-5ur">
26-
<rect key="frame" x="86" y="0.0" width="177" height="70.5"/>
26+
<rect key="frame" x="86" y="0.0" width="177" height="70"/>
2727
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2828
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
2929
<nil key="highlightedColor"/>
@@ -33,7 +33,6 @@
3333
<constraint firstItem="6Dt-0b-5ur" firstAttribute="leading" secondItem="GSC-nL-jcH" secondAttribute="trailing" constant="16" id="2d6-MX-ekl"/>
3434
<constraint firstItem="GSC-nL-jcH" firstAttribute="centerY" secondItem="N5C-67-KtM" secondAttribute="centerY" id="LUO-wl-AZI"/>
3535
<constraint firstAttribute="trailingMargin" secondItem="6Dt-0b-5ur" secondAttribute="trailing" constant="16" id="QFv-uK-ljf"/>
36-
<constraint firstItem="6Dt-0b-5ur" firstAttribute="centerY" secondItem="N5C-67-KtM" secondAttribute="centerY" id="hk2-Ab-MVn"/>
3736
<constraint firstAttribute="bottom" secondItem="6Dt-0b-5ur" secondAttribute="bottom" id="jvH-oP-ieE"/>
3837
<constraint firstItem="GSC-nL-jcH" firstAttribute="leading" secondItem="N5C-67-KtM" secondAttribute="leading" id="vgX-J2-f8f"/>
3938
<constraint firstItem="6Dt-0b-5ur" firstAttribute="top" secondItem="N5C-67-KtM" secondAttribute="top" id="zhg-I7-qz5"/>

0 commit comments

Comments
 (0)