1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
- <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"/>
- <collectionReusableView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="U6b-Vx-4bR" customClass="VipLessonCollectionReusableView">
- <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OSW-t1-TEo">
- <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="速成课程" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7a4-4i-Rh5">
- <rect key="frame" x="8" y="14.5" width="69.5" height="21"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="7a4-4i-Rh5" firstAttribute="centerY" secondItem="OSW-t1-TEo" secondAttribute="centerY" id="Afp-yN-g9T"/>
- <constraint firstItem="7a4-4i-Rh5" firstAttribute="leading" secondItem="OSW-t1-TEo" secondAttribute="leading" constant="8" id="TOU-f3-i1P"/>
- </constraints>
- </view>
- </subviews>
- <constraints>
- <constraint firstItem="OSW-t1-TEo" firstAttribute="leading" secondItem="U6b-Vx-4bR" secondAttribute="leading" id="5Gv-u6-XEj"/>
- <constraint firstAttribute="trailing" secondItem="OSW-t1-TEo" secondAttribute="trailing" id="PLf-Ia-jml"/>
- <constraint firstItem="OSW-t1-TEo" firstAttribute="top" secondItem="U6b-Vx-4bR" secondAttribute="top" id="mKu-KW-9Tw"/>
- <constraint firstAttribute="bottom" secondItem="OSW-t1-TEo" secondAttribute="bottom" id="wUN-dH-VlO"/>
- </constraints>
- <connections>
- <outlet property="rightTitleLabel" destination="7a4-4i-Rh5" id="HBp-A1-F7w"/>
- </connections>
- <point key="canvasLocation" x="137.68115942028987" y="144.64285714285714"/>
- </collectionReusableView>
- </objects>
- </document>
|