-
Notifications
You must be signed in to change notification settings - Fork 1
/
ColorStripeSliderView.xib
33 lines (33 loc) · 2.35 KB
/
ColorStripeSliderView.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6724" systemVersion="14D131" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6711"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ColorStripeSliderView" customModule="_20_Color_Play" customModuleProvider="target">
<connections>
<outlet property="slider" destination="Sbg-Ul-4HW" id="K6l-rY-GzT"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="0.90000000000000002" minValue="0.0" maxValue="1" translatesAutoresizingMaskIntoConstraints="NO" id="Sbg-Ul-4HW">
<rect key="frame" x="-2" y="0.0" width="604" height="601"/>
<connections>
<action selector="sliderValueChanged:" destination="-1" eventType="valueChanged" id="9ZB-Uq-9Lt"/>
</connections>
</slider>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="Sbg-Ul-4HW" secondAttribute="bottom" id="7is-2j-DS5"/>
<constraint firstItem="Sbg-Ul-4HW" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="CbG-h4-r45"/>
<constraint firstAttribute="trailing" secondItem="Sbg-Ul-4HW" secondAttribute="trailing" id="hXh-Kh-XWZ"/>
<constraint firstItem="Sbg-Ul-4HW" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="wN3-jL-t6B"/>
</constraints>
</view>
</objects>
</document>