CourseDescAlertCell.xib 6.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="CourseDescAlertCell">
  14. <rect key="frame" x="0.0" y="0.0" width="324" height="248"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  17. <rect key="frame" x="0.0" y="0.0" width="324" height="248"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZxP-yq-fSD">
  21. <rect key="frame" x="0.0" y="0.0" width="324" height="248"/>
  22. <subviews>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="什么是VIP定制课程?" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="H1O-RV-1Sz">
  24. <rect key="frame" x="20" y="16" width="139.33333333333334" height="18"/>
  25. <constraints>
  26. <constraint firstAttribute="height" constant="18" id="EFZ-kx-sVa"/>
  27. </constraints>
  28. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
  29. <color key="textColor" red="0.074509803921568626" green="0.078431372549019607" blue="0.082352941176470587" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="69V-S9-pbv">
  33. <rect key="frame" x="20" y="44" width="284" height="155.33333333333334"/>
  34. <string key="text">VIP定制课程采用一对一专属授课模式,每节课时长为45分钟。课程内容根据学生的具体需求量身打造,旨在全面提升学生的个人技能与表现。不论是希望在乐器演奏技巧上取得突破,如提高指法精准度、气息控制能力或节奏掌握等;还是为即将到来的重要活动、比赛或考级做充分准备,我们都能提供高度匹配的教学方案。此外,教学进度将根据每位学员的学习吸收情况灵活调整,确保每个人都能在最适合自己的节奏中稳步前进,扎实提升个人能力。</string>
  35. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  36. <color key="textColor" red="0.46666666666666667" green="0.46666666666666667" blue="0.46666666666666667" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  37. <nil key="highlightedColor"/>
  38. </label>
  39. </subviews>
  40. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  41. <constraints>
  42. <constraint firstItem="H1O-RV-1Sz" firstAttribute="top" secondItem="ZxP-yq-fSD" secondAttribute="top" constant="16" id="2kY-FE-cfT"/>
  43. <constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="69V-S9-pbv" secondAttribute="bottom" id="4dK-Lv-hAR"/>
  44. <constraint firstAttribute="trailing" secondItem="69V-S9-pbv" secondAttribute="trailing" constant="20" id="5nO-kp-aDg"/>
  45. <constraint firstItem="69V-S9-pbv" firstAttribute="leading" secondItem="ZxP-yq-fSD" secondAttribute="leading" constant="20" id="Cs4-Jp-vgs"/>
  46. <constraint firstItem="69V-S9-pbv" firstAttribute="top" secondItem="H1O-RV-1Sz" secondAttribute="bottom" constant="10" id="hVr-dq-nEI"/>
  47. <constraint firstItem="H1O-RV-1Sz" firstAttribute="leading" secondItem="ZxP-yq-fSD" secondAttribute="leading" constant="20" id="tkT-hc-iKz"/>
  48. </constraints>
  49. </view>
  50. </subviews>
  51. </view>
  52. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  53. <constraints>
  54. <constraint firstItem="ZxP-yq-fSD" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="BM5-4d-8VT"/>
  55. <constraint firstItem="ZxP-yq-fSD" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="ZUE-0w-3Jx"/>
  56. <constraint firstAttribute="bottom" secondItem="ZxP-yq-fSD" secondAttribute="bottom" id="v2a-iv-dYy"/>
  57. <constraint firstAttribute="trailing" secondItem="ZxP-yq-fSD" secondAttribute="trailing" id="zJl-Sd-ASu"/>
  58. </constraints>
  59. <size key="customSize" width="324" height="248"/>
  60. <connections>
  61. <outlet property="tipsDesc" destination="69V-S9-pbv" id="gx1-jx-BTf"/>
  62. <outlet property="tipsTitle" destination="H1O-RV-1Sz" id="OYV-hh-vlL"/>
  63. </connections>
  64. <point key="canvasLocation" x="74.809160305343511" y="89.436619718309871"/>
  65. </collectionViewCell>
  66. </objects>
  67. </document>