This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathItemConfigurationMaterialView.xib
67 lines (67 loc) · 5.28 KB
/
ItemConfigurationMaterialView.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" 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="12089"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
<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" translatesAutoresizingMaskIntoConstraints="NO" id="kPi-SF-Kas" customClass="ItemConfigurationMaterialView" customModule="Chisto" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="452" height="60.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" preservesSuperviewLayoutMargins="YES" text="Cloth" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" highlighted="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sR0-fM-6zL">
<rect key="frame" x="15" y="21" width="36.5" height="18"/>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="15"/>
<color key="textColor" red="0.70588235290000001" green="0.73333333329999995" blue="0.76078431369999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</label>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="iconCheckOff" highlightedImage="iconCheckOn" translatesAutoresizingMaskIntoConstraints="NO" id="9Ng-zk-NXh">
<rect key="frame" x="410" y="16" width="27" height="28"/>
</imageView>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="huj-oU-kdT">
<rect key="frame" x="0.0" y="60" width="452" height="1"/>
<color key="backgroundColor" red="0.74509803919999995" green="0.76078431369999999" blue="0.78039215689999997" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="Kwk-QF-Y9I"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<gestureRecognizers/>
<constraints>
<constraint firstItem="9Ng-zk-NXh" firstAttribute="centerY" secondItem="kPi-SF-Kas" secondAttribute="centerY" id="54e-bu-WSC"/>
<constraint firstAttribute="trailingMargin" secondItem="9Ng-zk-NXh" secondAttribute="trailing" id="69W-cD-KSO"/>
<constraint firstItem="9Ng-zk-NXh" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="sR0-fM-6zL" secondAttribute="trailing" constant="10" id="6bz-bB-lLa"/>
<constraint firstAttribute="height" constant="60" id="CAE-vZ-DH5"/>
<constraint firstItem="sR0-fM-6zL" firstAttribute="centerY" secondItem="kPi-SF-Kas" secondAttribute="centerY" id="Ce4-oQ-zhP"/>
<constraint firstAttribute="bottom" secondItem="huj-oU-kdT" secondAttribute="bottom" id="XAY-dg-Oa1"/>
<constraint firstItem="huj-oU-kdT" firstAttribute="leading" secondItem="kPi-SF-Kas" secondAttribute="leading" id="fSr-ac-qD9"/>
<constraint firstItem="sR0-fM-6zL" firstAttribute="leading" secondItem="kPi-SF-Kas" secondAttribute="leadingMargin" id="oku-xf-pAa"/>
<constraint firstAttribute="trailing" secondItem="huj-oU-kdT" secondAttribute="trailing" id="sWG-2I-H0g"/>
</constraints>
<nil key="simulatedStatusBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<edgeInsets key="layoutMargins" top="0.0" left="15" bottom="0.0" right="15"/>
<connections>
<outlet property="checkIconView" destination="9Ng-zk-NXh" id="1sB-CO-8ME"/>
<outlet property="materialLabel" destination="sR0-fM-6zL" id="M02-vF-dX3"/>
<outletCollection property="gestureRecognizers" destination="WX9-8V-lg4" appends="YES" id="Ag1-Yx-vp5"/>
</connections>
<point key="canvasLocation" x="61" y="338.5"/>
</view>
<tapGestureRecognizer id="WX9-8V-lg4">
<connections>
<action selector="itemDidTap:" destination="kPi-SF-Kas" id="4DJ-sE-Ccr"/>
</connections>
</tapGestureRecognizer>
</objects>
<resources>
<image name="iconCheckOff" width="27" height="28"/>
<image name="iconCheckOn" width="27" height="27"/>
</resources>
</document>