| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15509"/>
- <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="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="CommonEditorCellEdit" rowHeight="44" id="qFw-aC-7PN" customClass="CommonEditorCellEdit">
- <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="qFw-aC-7PN" id="qaW-zg-uss">
- <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fL6-tx-Kra">
- <rect key="frame" x="20" y="11" width="150" height="22"/>
- <constraints>
- <constraint firstAttribute="width" constant="150" id="KZb-Fy-KQu"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="M3G-Ug-G2R">
- <rect key="frame" x="176" y="7" width="577" height="30"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Fn3-wg-iDG">
- <rect key="frame" x="10" y="11" width="10" height="22"/>
- <fontDescription key="fontDescription" type="system" pointSize="25"/>
- <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="fL6-tx-Kra" firstAttribute="leading" secondItem="Fn3-wg-iDG" secondAttribute="trailing" id="0Zo-MU-LmH"/>
- <constraint firstItem="M3G-Ug-G2R" firstAttribute="leading" secondItem="fL6-tx-Kra" secondAttribute="trailing" constant="6" id="0Zt-QG-cFL"/>
- <constraint firstItem="fL6-tx-Kra" firstAttribute="centerY" secondItem="M3G-Ug-G2R" secondAttribute="centerY" id="89C-mF-brU"/>
- <constraint firstItem="Fn3-wg-iDG" firstAttribute="bottom" secondItem="fL6-tx-Kra" secondAttribute="bottom" id="Nje-Sd-oSw"/>
- <constraint firstItem="Fn3-wg-iDG" firstAttribute="centerY" secondItem="qaW-zg-uss" secondAttribute="centerY" id="NlI-uo-ncW"/>
- <constraint firstItem="Fn3-wg-iDG" firstAttribute="top" secondItem="qaW-zg-uss" secondAttribute="topMargin" id="UJh-sh-vQ6"/>
- <constraint firstItem="M3G-Ug-G2R" firstAttribute="top" secondItem="qaW-zg-uss" secondAttribute="topMargin" constant="-4" id="dZQ-qV-sbP"/>
- <constraint firstItem="Fn3-wg-iDG" firstAttribute="top" secondItem="fL6-tx-Kra" secondAttribute="top" id="hIk-6t-b6R"/>
- <constraint firstAttribute="trailing" secondItem="M3G-Ug-G2R" secondAttribute="trailing" constant="15" id="lau-4a-lYv"/>
- <constraint firstItem="fL6-tx-Kra" firstAttribute="leading" secondItem="qaW-zg-uss" secondAttribute="leadingMargin" id="rw1-4F-tfQ"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="labelTitle" destination="fL6-tx-Kra" id="t9I-oM-WSe"/>
- <outlet property="starMark" destination="Fn3-wg-iDG" id="uZf-wd-zE2"/>
- <outlet property="textfield" destination="M3G-Ug-G2R" id="Fis-3j-yTT"/>
- </connections>
- <point key="canvasLocation" x="132" y="154"/>
- </tableViewCell>
- </objects>
- </document>
|