added iOS source code
[wl-app.git] / iOS / WolneLektury / Screens / Filter / Cells / FilterOnlyLecturesReusableView.xib
1 <?xml version="1.0" encoding="UTF-8"?>
2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
3     <device id="retina4_7" orientation="portrait">
4         <adaptation id="fullscreen"/>
5     </device>
6     <dependencies>
7         <deployment identifier="iOS"/>
8         <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
9         <capability name="Safe area layout guides" minToolsVersion="9.0"/>
10         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
11     </dependencies>
12     <objects>
13         <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
14         <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
15         <collectionReusableView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="GQ9-1I-9TM" customClass="FilterOnlyLecturesReusableView" customModule="WolneLektury" customModuleProvider="target">
16             <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
17             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
18             <subviews>
19                 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4yT-PG-dlF">
20                     <rect key="frame" x="21" y="20" width="36" height="17"/>
21                     <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
22                     <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
23                     <nil key="highlightedColor"/>
24                 </label>
25                 <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Am5-fN-9ml">
26                     <rect key="frame" x="302" y="13" width="49" height="31"/>
27                     <constraints>
28                         <constraint firstAttribute="width" constant="47" id="8og-vb-OnE"/>
29                         <constraint firstAttribute="height" constant="31" id="FyR-g6-fK7"/>
30                     </constraints>
31                     <color key="onTintColor" red="0.4823529412" green="0.69803921570000005" blue="0.71372549019999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
32                     <connections>
33                         <action selector="switchValueChanged:" destination="GQ9-1I-9TM" eventType="valueChanged" id="vpq-nq-BmO"/>
34                     </connections>
35                 </switch>
36             </subviews>
37             <constraints>
38                 <constraint firstItem="4yT-PG-dlF" firstAttribute="centerY" secondItem="Am5-fN-9ml" secondAttribute="centerY" id="H8P-ib-WSp"/>
39                 <constraint firstItem="4yT-PG-dlF" firstAttribute="leading" secondItem="GQ9-1I-9TM" secondAttribute="leading" constant="21" id="g3F-lH-Gl3"/>
40                 <constraint firstAttribute="trailing" secondItem="Am5-fN-9ml" secondAttribute="trailing" constant="26" id="jG1-Nb-EAb"/>
41                 <constraint firstItem="g1z-sa-HbR" firstAttribute="bottom" secondItem="Am5-fN-9ml" secondAttribute="bottom" id="yVC-Sp-H8J"/>
42             </constraints>
43             <viewLayoutGuide key="safeArea" id="g1z-sa-HbR"/>
44             <connections>
45                 <outlet property="onSwitch" destination="Am5-fN-9ml" id="g41-Mp-gJx"/>
46                 <outlet property="titleLabel" destination="4yT-PG-dlF" id="c0w-to-gfT"/>
47             </connections>
48         </collectionReusableView>
49     </objects>
50 </document>