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.
50 lines
4.2 KiB
50 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="17701" 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="17703"/>
|
||
|
<capability name="Safe area layout guides" minToolsVersion="9.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="default" indentationWidth="10" reuseIdentifier="SelectViewCellID" rowHeight="51" id="KGk-i7-Jjw" customClass="SelectViewCell">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="320" height="51"/>
|
||
|
<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="51"/>
|
||
|
<autoresizingMask key="autoresizingMask"/>
|
||
|
<subviews>
|
||
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="aKm-Rl-qSb" customClass="LMJDropdownMenu">
|
||
|
<rect key="frame" x="76" y="9" width="229" height="33"/>
|
||
|
</view>
|
||
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="快捷键" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CpQ-N0-sUG">
|
||
|
<rect key="frame" x="25" y="17" width="43" height="17"/>
|
||
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
||
|
<nil key="textColor"/>
|
||
|
<nil key="highlightedColor"/>
|
||
|
</label>
|
||
|
</subviews>
|
||
|
<constraints>
|
||
|
<constraint firstItem="aKm-Rl-qSb" firstAttribute="leading" secondItem="CpQ-N0-sUG" secondAttribute="trailing" constant="8" symbolic="YES" id="4fn-83-vBS"/>
|
||
|
<constraint firstAttribute="bottom" secondItem="CpQ-N0-sUG" secondAttribute="bottom" constant="17" id="TjO-tx-6oT"/>
|
||
|
<constraint firstAttribute="bottom" secondItem="aKm-Rl-qSb" secondAttribute="bottom" constant="9" id="Z4G-hu-eqy"/>
|
||
|
<constraint firstItem="CpQ-N0-sUG" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="aqq-bh-Ccs"/>
|
||
|
<constraint firstItem="CpQ-N0-sUG" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="17" id="ffD-qr-yYZ"/>
|
||
|
<constraint firstItem="CpQ-N0-sUG" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="25" id="j7w-oP-dt2"/>
|
||
|
<constraint firstAttribute="trailing" secondItem="aKm-Rl-qSb" secondAttribute="trailing" constant="15" id="jBm-nb-ig1"/>
|
||
|
<constraint firstItem="aKm-Rl-qSb" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="9" id="o1H-N0-lCW"/>
|
||
|
<constraint firstItem="aKm-Rl-qSb" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="rMu-Sv-Ktg"/>
|
||
|
</constraints>
|
||
|
</tableViewCellContentView>
|
||
|
<viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
|
||
|
<connections>
|
||
|
<outlet property="menu" destination="aKm-Rl-qSb" id="Bw7-fz-MLE"/>
|
||
|
</connections>
|
||
|
<point key="canvasLocation" x="137.68115942028987" y="124.88839285714285"/>
|
||
|
</tableViewCell>
|
||
|
</objects>
|
||
|
</document>
|