-
Notifications
You must be signed in to change notification settings - Fork 0
/
TrailsTableFilterView.xib
59 lines (59 loc) · 4.81 KB
/
TrailsTableFilterView.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YDx-XK-lz1" userLabel="Filer View">
<rect key="frame" x="0.0" y="0.0" width="592" height="30"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ST6-ih-CRs">
<rect key="frame" x="8" y="0.0" width="50" height="30"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<inset key="contentEdgeInsets" minX="8" minY="0.0" maxX="8" maxY="0.0"/>
<state key="normal" title="Filter">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6EV-lS-0OY">
<rect key="frame" x="539" y="0.0" width="45" height="30"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<inset key="contentEdgeInsets" minX="8" minY="0.0" maxX="8" maxY="0.0"/>
<state key="normal" title="Sort">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="04I-W7-ihP">
<rect key="frame" x="274" y="0.0" width="45" height="30"/>
<state key="normal" title="Colors">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
</button>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="centerX" secondItem="04I-W7-ihP" secondAttribute="centerX" id="LQi-0t-n3W"/>
<constraint firstAttribute="centerY" secondItem="ST6-ih-CRs" secondAttribute="centerY" id="M2r-6k-ma2"/>
<constraint firstAttribute="bottom" secondItem="6EV-lS-0OY" secondAttribute="bottom" id="RVa-1N-VBs"/>
<constraint firstAttribute="trailing" secondItem="6EV-lS-0OY" secondAttribute="trailing" constant="8" id="TRQ-ci-gmC"/>
<constraint firstItem="6EV-lS-0OY" firstAttribute="top" secondItem="YDx-XK-lz1" secondAttribute="top" id="WHr-RL-C6e"/>
<constraint firstAttribute="height" id="Wfs-4N-XTs"/>
<constraint firstAttribute="bottom" secondItem="04I-W7-ihP" secondAttribute="bottom" id="Z0O-iB-lrs"/>
<constraint firstItem="ST6-ih-CRs" firstAttribute="top" secondItem="YDx-XK-lz1" secondAttribute="top" id="dFD-ab-zQD"/>
<constraint firstItem="ST6-ih-CRs" firstAttribute="leading" secondItem="YDx-XK-lz1" secondAttribute="leading" constant="8" id="sjE-4k-osA"/>
<constraint firstAttribute="centerY" secondItem="6EV-lS-0OY" secondAttribute="centerY" id="xd8-pq-3Ht"/>
<constraint firstItem="04I-W7-ihP" firstAttribute="top" secondItem="YDx-XK-lz1" secondAttribute="top" id="yEB-3J-jYe"/>
<constraint firstAttribute="bottom" secondItem="ST6-ih-CRs" secondAttribute="bottom" id="yzF-Md-WUd"/>
</constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<variation key="default">
<mask key="constraints">
<exclude reference="Wfs-4N-XTs"/>
</mask>
</variation>
<point key="canvasLocation" x="800" y="184"/>
</view>
</objects>
</document>