| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <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="80" id="CyK-ET-3f1" customClass="CommonEditorCellEdit">
- <rect key="frame" x="0.0" y="0.0" width="768" height="80"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="CyK-ET-3f1" id="Npe-Gj-5ti">
- <rect key="frame" x="0.0" y="0.0" width="768" height="80"/>
- <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="kNq-8q-AlZ">
- <rect key="frame" x="15" y="10" width="41.5" height="21"/>
- <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>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Xrz-F7-OEY">
- <rect key="frame" x="61.5" y="10" width="10" height="21"/>
- <constraints>
- <constraint firstAttribute="height" constant="21" id="GAv-38-7PX"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="25"/>
- <color key="textColor" systemColor="systemRedColor"/>
- <nil key="highlightedColor"/>
- </label>
- <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="KE4-3k-TVw">
- <rect key="frame" x="15" y="35" width="738" height="35"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="KE4-3k-TVw" firstAttribute="top" secondItem="Xrz-F7-OEY" secondAttribute="bottom" constant="4" id="2Yf-Dj-b88"/>
- <constraint firstAttribute="trailing" secondItem="KE4-3k-TVw" secondAttribute="trailing" constant="15" id="2z7-oK-BaO"/>
- <constraint firstItem="KE4-3k-TVw" firstAttribute="leading" secondItem="Npe-Gj-5ti" secondAttribute="leading" constant="15" id="80j-DT-DV0"/>
- <constraint firstItem="kNq-8q-AlZ" firstAttribute="top" secondItem="Npe-Gj-5ti" secondAttribute="top" constant="10" id="Gvr-FZ-0Kc"/>
- <constraint firstItem="Xrz-F7-OEY" firstAttribute="leading" secondItem="kNq-8q-AlZ" secondAttribute="trailing" constant="5" id="MqW-0W-Pp9"/>
- <constraint firstItem="Xrz-F7-OEY" firstAttribute="top" secondItem="kNq-8q-AlZ" secondAttribute="top" id="cr6-CI-H9h"/>
- <constraint firstItem="kNq-8q-AlZ" firstAttribute="leading" secondItem="Npe-Gj-5ti" secondAttribute="leading" constant="15" id="g99-pa-pYA"/>
- <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="kNq-8q-AlZ" secondAttribute="trailing" constant="30" id="gXK-xv-QFY"/>
- <constraint firstAttribute="bottom" secondItem="KE4-3k-TVw" secondAttribute="bottom" constant="10" id="lSv-gx-6Au"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="labelTitle" destination="kNq-8q-AlZ" id="1AP-qx-rfK"/>
- <outlet property="starMark" destination="Xrz-F7-OEY" id="awd-7r-7bx"/>
- <outlet property="textfield" destination="KE4-3k-TVw" id="2bJ-5l-Wr8"/>
- </connections>
- <point key="canvasLocation" x="133" y="76"/>
- </tableViewCell>
- </objects>
- <resources>
- <systemColor name="systemRedColor">
- <color red="1" green="0.23137254901960785" blue="0.18823529411764706" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </systemColor>
- </resources>
- </document>
|