-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSimpleImageSlider.xib
50 lines (50 loc) · 3.69 KB
/
SimpleImageSlider.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"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SimpleImageSlider" customModule="CustomViews" customModuleProvider="target">
<connections>
<outlet property="indicatorView" destination="4VB-PJ-ghf" id="rzz-H7-eiQ"/>
<outlet property="pagerView" destination="uki-Xz-GEq" id="Wxj-S3-6VG"/>
<outlet property="view" destination="iN0-l3-epB" id="fR8-dH-kYV"/>
</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="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uki-Xz-GEq">
<rect key="frame" x="0.0" y="44" width="414" height="768"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4VB-PJ-ghf">
<rect key="frame" x="0.0" y="812" width="414" height="50"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="H8N-Bl-1Gt"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="4VB-PJ-ghf" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="E8c-VY-eQJ"/>
<constraint firstItem="uki-Xz-GEq" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="IJ1-DR-ITx"/>
<constraint firstItem="4VB-PJ-ghf" firstAttribute="top" secondItem="uki-Xz-GEq" secondAttribute="bottom" id="Kgi-ZK-fbN"/>
<constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="4VB-PJ-ghf" secondAttribute="bottom" id="hIo-nU-oJa"/>
<constraint firstItem="uki-Xz-GEq" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="mHZ-sM-HKe"/>
<constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="uki-Xz-GEq" secondAttribute="trailing" id="mga-S6-tpP"/>
<constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="4VB-PJ-ghf" secondAttribute="trailing" id="qCm-Eu-XKi"/>
</constraints>
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
</view>
</objects>
</document>