You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
4.2 KiB
52 lines
4.2 KiB
1 year ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
|
||
|
<device id="retina4_7" orientation="portrait" appearance="light"/>
|
||
|
<dependencies>
|
||
|
<deployment identifier="iOS"/>
|
||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
|
||
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||
|
</dependencies>
|
||
|
<objects>
|
||
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
||
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
||
|
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="120" id="KGk-i7-Jjw" customClass="AddWeekTableViewCell">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="320" height="120"/>
|
||
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="320" height="120"/>
|
||
|
<autoresizingMask key="autoresizingMask"/>
|
||
|
<subviews>
|
||
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UaG-k7-rRo">
|
||
|
<rect key="frame" x="20" y="15" width="284" height="21"/>
|
||
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="height" constant="21" id="sK8-37-qfe"/>
|
||
|
</constraints>
|
||
|
<fontDescription key="fontDescription" type="system" pointSize="16"/>
|
||
|
<nil key="textColor"/>
|
||
|
<nil key="highlightedColor"/>
|
||
|
</label>
|
||
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jeQ-0r-MtE">
|
||
|
<rect key="frame" x="0.0" y="56" width="320" height="64"/>
|
||
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||
|
</view>
|
||
|
</subviews>
|
||
|
<constraints>
|
||
|
<constraint firstItem="jeQ-0r-MtE" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="CWW-nj-p8R"/>
|
||
|
<constraint firstItem="UaG-k7-rRo" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="J7B-hC-V3e"/>
|
||
|
<constraint firstAttribute="trailing" secondItem="UaG-k7-rRo" secondAttribute="trailing" constant="16" id="K6h-Q7-Qvy"/>
|
||
|
<constraint firstAttribute="trailing" secondItem="jeQ-0r-MtE" secondAttribute="trailing" id="L1j-IZ-ZbC"/>
|
||
|
<constraint firstItem="UaG-k7-rRo" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="c5z-LH-q0G"/>
|
||
|
<constraint firstItem="jeQ-0r-MtE" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="56" id="uiz-M1-UrX"/>
|
||
|
<constraint firstAttribute="bottom" secondItem="jeQ-0r-MtE" secondAttribute="bottom" id="utA-GM-XAz"/>
|
||
|
</constraints>
|
||
|
</tableViewCellContentView>
|
||
|
<connections>
|
||
|
<outlet property="aTitleLabel" destination="UaG-k7-rRo" id="Ijo-0q-7JF"/>
|
||
|
<outlet property="weekBtnView" destination="jeQ-0r-MtE" id="42F-2F-beP"/>
|
||
|
</connections>
|
||
|
<point key="canvasLocation" x="-188.80000000000001" y="57.571214392803604"/>
|
||
|
</tableViewCell>
|
||
|
</objects>
|
||
|
</document>
|