added iOS source code
[wl-app.git] / iOS / WolneLektury / Screens / Menu / Cells / MenuBottomTableViewCell.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         <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="182" id="KGk-i7-Jjw" customClass="MenuBottomTableViewCell" customModule="WolneLektury" customModuleProvider="target">
16             <rect key="frame" x="0.0" y="0.0" width="320" height="180"/>
17             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
18             <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
19                 <rect key="frame" x="0.0" y="0.0" width="320" height="179.5"/>
20                 <autoresizingMask key="autoresizingMask"/>
21                 <subviews>
22                     <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ZALOGOWANY JAKO" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OVD-fI-PiE">
23                         <rect key="frame" x="109.5" y="16" width="102" height="12"/>
24                         <fontDescription key="fontDescription" type="system" pointSize="10"/>
25                         <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
26                         <nil key="highlightedColor"/>
27                     </label>
28                     <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Cdu-3X-GgU">
29                         <rect key="frame" x="98.5" y="66" width="123" height="26"/>
30                         <constraints>
31                             <constraint firstAttribute="width" constant="123" id="9mh-MX-sWe"/>
32                             <constraint firstAttribute="height" constant="26" id="gEC-l6-bGj"/>
33                         </constraints>
34                         <state key="normal" title="Button">
35                             <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
36                         </state>
37                         <connections>
38                             <action selector="profileButtonAction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="ahg-5f-Js8"/>
39                         </connections>
40                     </button>
41                     <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="VAR-p5-YtT">
42                         <rect key="frame" x="98.5" y="107" width="123" height="26"/>
43                         <constraints>
44                             <constraint firstAttribute="height" constant="26" id="2KW-Tz-XUh"/>
45                             <constraint firstAttribute="width" constant="123" id="LWL-Gh-Kb2"/>
46                         </constraints>
47                         <state key="normal" title="Button">
48                             <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
49                         </state>
50                         <connections>
51                             <action selector="signoutButtonAction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="wG6-Sz-kC4"/>
52                         </connections>
53                     </button>
54                 </subviews>
55                 <constraints>
56                     <constraint firstItem="OVD-fI-PiE" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="9YP-Zg-HEc"/>
57                     <constraint firstItem="Cdu-3X-GgU" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="MKx-bl-FHc"/>
58                     <constraint firstItem="OVD-fI-PiE" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="16" id="PWf-ts-iMt"/>
59                     <constraint firstItem="VAR-p5-YtT" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="Tww-yy-2ao"/>
60                     <constraint firstItem="VAR-p5-YtT" firstAttribute="top" secondItem="Cdu-3X-GgU" secondAttribute="bottom" constant="15" id="c4v-ah-SbM"/>
61                     <constraint firstItem="Cdu-3X-GgU" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="66" id="og9-te-YTr"/>
62                 </constraints>
63             </tableViewCellContentView>
64             <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
65             <connections>
66                 <outlet property="showProfileButton" destination="Cdu-3X-GgU" id="U5y-QI-dJy"/>
67                 <outlet property="signOutButton" destination="VAR-p5-YtT" id="EhO-2K-gBD"/>
68                 <outlet property="titleLabel" destination="OVD-fI-PiE" id="R2n-2l-SrZ"/>
69             </connections>
70             <point key="canvasLocation" x="25" y="121"/>
71         </tableViewCell>
72     </objects>
73 </document>