1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
- <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"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MineActionView">
- <rect key="frame" x="0.0" y="0.0" width="80" height="80"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="rgU-Ad-ttb">
- <rect key="frame" x="20" y="10" width="40" height="40"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="1Mc-H5-fOL"/>
- <constraint firstAttribute="width" constant="40" id="upq-Bx-Sia"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="趣纠课设置" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5Hm-Gs-bFT">
- <rect key="frame" x="4" y="52" width="72" height="18"/>
- <constraints>
- <constraint firstAttribute="height" constant="18" id="X9D-MS-Pox"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Kui-vi-ON1">
- <rect key="frame" x="0.0" y="10" width="80" height="60"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <connections>
- <action selector="functionAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="LBg-GX-nfb"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="Kui-vi-ON1" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="6wv-rS-Oly"/>
- <constraint firstItem="5Hm-Gs-bFT" firstAttribute="top" secondItem="rgU-Ad-ttb" secondAttribute="bottom" constant="2" id="8JI-tM-Vx7"/>
- <constraint firstItem="5Hm-Gs-bFT" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="4" id="AL3-eq-PFa"/>
- <constraint firstAttribute="trailing" secondItem="Kui-vi-ON1" secondAttribute="trailing" id="Hgm-XB-i3N"/>
- <constraint firstItem="rgU-Ad-ttb" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="10" id="U7T-ff-7fV"/>
- <constraint firstAttribute="trailing" secondItem="5Hm-Gs-bFT" secondAttribute="trailing" constant="4" id="VUb-hi-3pl"/>
- <constraint firstItem="rgU-Ad-ttb" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="q6X-vg-l7z"/>
- <constraint firstItem="rgU-Ad-ttb" firstAttribute="top" secondItem="Kui-vi-ON1" secondAttribute="top" id="uOs-Ou-hDh"/>
- <constraint firstItem="5Hm-Gs-bFT" firstAttribute="bottom" secondItem="Kui-vi-ON1" secondAttribute="bottom" id="zHO-fE-hfH"/>
- </constraints>
- <nil key="simulatedTopBarMetrics"/>
- <nil key="simulatedBottomBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="functionImageView" destination="rgU-Ad-ttb" id="Pi0-zj-vsa"/>
- <outlet property="functionTitle" destination="5Hm-Gs-bFT" id="L8P-8f-NoR"/>
- </connections>
- <point key="canvasLocation" x="112.31884057971016" y="11.383928571428571"/>
- </view>
- </objects>
- </document>
|