-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShopTypeCellView.xib
50 lines (50 loc) · 3.85 KB
/
ShopTypeCellView.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="aUU-oy-qsb" customClass="UIShopTypeViewCell" customModule="topedtest" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="469" height="78"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WfM-97-4Mi" customClass="DeleteButton" customModule="topedtest" customModuleProvider="target">
<rect key="frame" x="391" y="0.0" width="78" height="78"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="width" secondItem="WfM-97-4Mi" secondAttribute="height" multiplier="1:1" id="2ek-YF-tVo"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="JPo-r6-VE1">
<rect key="frame" x="20" y="31.5" width="363" height="16"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleFootnote"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="JPo-r6-VE1" firstAttribute="leading" secondItem="aUU-oy-qsb" secondAttribute="leading" constant="20" id="m0u-z3-mUP"/>
<constraint firstAttribute="trailing" secondItem="WfM-97-4Mi" secondAttribute="trailing" id="nFh-8a-b3w"/>
<constraint firstItem="WfM-97-4Mi" firstAttribute="leading" secondItem="JPo-r6-VE1" secondAttribute="trailing" constant="8" id="oSf-cz-wVw"/>
<constraint firstItem="WfM-97-4Mi" firstAttribute="top" secondItem="aUU-oy-qsb" secondAttribute="top" id="qRI-Fc-5b6"/>
<constraint firstAttribute="bottom" secondItem="WfM-97-4Mi" secondAttribute="bottom" id="qZp-a1-bkc"/>
<constraint firstItem="JPo-r6-VE1" firstAttribute="centerY" secondItem="aUU-oy-qsb" secondAttribute="centerY" id="uwH-SD-gvS"/>
</constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<connections>
<outlet property="deleteButton" destination="WfM-97-4Mi" id="1Y7-gc-FlI"/>
<outlet property="shopLabel" destination="JPo-r6-VE1" id="D5l-Dh-Rbp"/>
</connections>
<point key="canvasLocation" x="-40.5" y="-242"/>
</view>
</objects>
</document>