|
@@ -0,0 +1,346 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" 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="20020"/>
|
|
|
+ <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="NotiferHeadView">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="375" height="100"/>
|
|
|
+ <autoresizingMask key="autoresizingMask"/>
|
|
|
+ <subviews>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3Jh-gC-egy">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="375" height="100"/>
|
|
|
+ <subviews>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Pkz-EP-p4Q">
|
|
|
+ <rect key="frame" x="27" y="0.0" width="80.5" height="100"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_all" translatesAutoresizingMaskIntoConstraints="NO" id="N8l-kR-aoj">
|
|
|
+ <rect key="frame" x="12" y="22" width="56" height="56"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="56" id="3Wd-gG-xg9"/>
|
|
|
+ <constraint firstAttribute="width" constant="56" id="E7d-pn-3mD"/>
|
|
|
+ </constraints>
|
|
|
+ </imageView>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="全部" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Aal-ZD-MlT">
|
|
|
+ <rect key="frame" x="27.5" y="79" width="25" height="14.5"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
|
|
|
+ <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TI9-h7-JQo">
|
|
|
+ <rect key="frame" x="47" y="54" width="21" height="14"/>
|
|
|
+ <subviews>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="19" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="e5M-E8-SSs">
|
|
|
+ <rect key="frame" x="4" y="0.0" width="13" height="14"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" weight="medium" pointSize="11"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" red="1" green="0.074509803921568626" blue="0.074509803921568626" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="e5M-E8-SSs" secondAttribute="trailing" constant="4" id="EdX-nD-NcK"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="e5M-E8-SSs" secondAttribute="bottom" id="OFc-sp-NzZ"/>
|
|
|
+ <constraint firstItem="e5M-E8-SSs" firstAttribute="leading" secondItem="TI9-h7-JQo" secondAttribute="leading" constant="4" id="Smh-zq-Y7a"/>
|
|
|
+ <constraint firstItem="e5M-E8-SSs" firstAttribute="top" secondItem="TI9-h7-JQo" secondAttribute="top" id="Tf2-Fu-sS9"/>
|
|
|
+ <constraint firstAttribute="height" constant="14" id="chU-X5-U69"/>
|
|
|
+ </constraints>
|
|
|
+ <userDefinedRuntimeAttributes>
|
|
|
+ <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
|
|
|
+ <real key="value" value="7"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
|
|
|
+ <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
|
|
|
+ <real key="value" value="1"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ </userDefinedRuntimeAttributes>
|
|
|
+ </view>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Hxb-AV-79g">
|
|
|
+ <rect key="frame" x="12" y="22" width="56" height="71.5"/>
|
|
|
+ <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="chooseAll:" destination="iN0-l3-epB" eventType="touchUpInside" id="gxr-MQ-ykS"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="N8l-kR-aoj" firstAttribute="centerX" secondItem="Pkz-EP-p4Q" secondAttribute="centerX" id="5XZ-17-Vec"/>
|
|
|
+ <constraint firstItem="N8l-kR-aoj" firstAttribute="centerY" secondItem="Pkz-EP-p4Q" secondAttribute="centerY" id="9yG-IL-ewx"/>
|
|
|
+ <constraint firstItem="Hxb-AV-79g" firstAttribute="top" secondItem="N8l-kR-aoj" secondAttribute="top" id="FRE-eD-FoY"/>
|
|
|
+ <constraint firstItem="Hxb-AV-79g" firstAttribute="trailing" secondItem="N8l-kR-aoj" secondAttribute="trailing" id="IGS-pH-2yp"/>
|
|
|
+ <constraint firstItem="Aal-ZD-MlT" firstAttribute="centerX" secondItem="N8l-kR-aoj" secondAttribute="centerX" id="dix-GQ-gSF"/>
|
|
|
+ <constraint firstItem="Aal-ZD-MlT" firstAttribute="top" secondItem="N8l-kR-aoj" secondAttribute="bottom" constant="1" id="i1g-8e-IRF"/>
|
|
|
+ <constraint firstItem="Hxb-AV-79g" firstAttribute="leading" secondItem="N8l-kR-aoj" secondAttribute="leading" id="iBg-4z-Iji"/>
|
|
|
+ <constraint firstItem="TI9-h7-JQo" firstAttribute="trailing" secondItem="N8l-kR-aoj" secondAttribute="trailing" id="l5R-U5-zLe"/>
|
|
|
+ <constraint firstItem="TI9-h7-JQo" firstAttribute="bottom" secondItem="N8l-kR-aoj" secondAttribute="bottom" constant="-10" id="u2O-gZ-dcJ"/>
|
|
|
+ <constraint firstItem="Aal-ZD-MlT" firstAttribute="bottom" secondItem="Hxb-AV-79g" secondAttribute="bottom" id="vrV-Ml-Wzc"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kR0-tA-2uF">
|
|
|
+ <rect key="frame" x="107.5" y="0.0" width="80" height="100"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_course" translatesAutoresizingMaskIntoConstraints="NO" id="8Z5-lf-RVU">
|
|
|
+ <rect key="frame" x="12" y="22" width="56" height="56"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="56" id="bfW-hq-s3W"/>
|
|
|
+ <constraint firstAttribute="height" constant="56" id="yLb-Jd-Kfp"/>
|
|
|
+ </constraints>
|
|
|
+ </imageView>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="课程信息" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8Ql-22-T6t">
|
|
|
+ <rect key="frame" x="15" y="79" width="49.5" height="14.5"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
|
|
|
+ <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oMw-71-EQZ">
|
|
|
+ <rect key="frame" x="47" y="54" width="21" height="14"/>
|
|
|
+ <subviews>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="19" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0Ev-de-Era">
|
|
|
+ <rect key="frame" x="4" y="0.0" width="13" height="14"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" weight="medium" pointSize="11"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" red="1" green="0.074509803920000006" blue="0.074509803920000006" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="0Ev-de-Era" firstAttribute="leading" secondItem="oMw-71-EQZ" secondAttribute="leading" constant="4" id="Gr7-FD-bFG"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="0Ev-de-Era" secondAttribute="trailing" constant="4" id="KMC-tF-L2A"/>
|
|
|
+ <constraint firstItem="0Ev-de-Era" firstAttribute="top" secondItem="oMw-71-EQZ" secondAttribute="top" id="bSk-S2-fGH"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="0Ev-de-Era" secondAttribute="bottom" id="qc5-26-N56"/>
|
|
|
+ <constraint firstAttribute="height" constant="14" id="szo-02-4bz"/>
|
|
|
+ </constraints>
|
|
|
+ <userDefinedRuntimeAttributes>
|
|
|
+ <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
|
|
|
+ <real key="value" value="7"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
|
|
|
+ <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
|
|
|
+ <real key="value" value="1"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ </userDefinedRuntimeAttributes>
|
|
|
+ </view>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="XuM-Lg-sm7">
|
|
|
+ <rect key="frame" x="12" y="22" width="56" height="71.5"/>
|
|
|
+ <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="chooseCourse:" destination="iN0-l3-epB" eventType="touchUpInside" id="bWc-aR-VJd"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="oMw-71-EQZ" firstAttribute="trailing" secondItem="8Z5-lf-RVU" secondAttribute="trailing" id="30r-Hx-POG"/>
|
|
|
+ <constraint firstItem="oMw-71-EQZ" firstAttribute="bottom" secondItem="8Z5-lf-RVU" secondAttribute="bottom" constant="-10" id="C8d-5e-iUn"/>
|
|
|
+ <constraint firstItem="8Ql-22-T6t" firstAttribute="top" secondItem="8Z5-lf-RVU" secondAttribute="bottom" constant="1" id="EWQ-Yi-Zo0"/>
|
|
|
+ <constraint firstItem="8Z5-lf-RVU" firstAttribute="top" secondItem="XuM-Lg-sm7" secondAttribute="top" id="Lel-B2-nF4"/>
|
|
|
+ <constraint firstItem="8Ql-22-T6t" firstAttribute="centerX" secondItem="8Z5-lf-RVU" secondAttribute="centerX" id="Quv-Ys-Rou"/>
|
|
|
+ <constraint firstItem="8Z5-lf-RVU" firstAttribute="centerY" secondItem="kR0-tA-2uF" secondAttribute="centerY" id="VZU-Ga-Wym"/>
|
|
|
+ <constraint firstItem="8Z5-lf-RVU" firstAttribute="leading" secondItem="XuM-Lg-sm7" secondAttribute="leading" id="dJw-ip-hsE"/>
|
|
|
+ <constraint firstItem="8Z5-lf-RVU" firstAttribute="centerX" secondItem="kR0-tA-2uF" secondAttribute="centerX" id="knO-Ib-wqa"/>
|
|
|
+ <constraint firstItem="8Ql-22-T6t" firstAttribute="bottom" secondItem="XuM-Lg-sm7" secondAttribute="bottom" id="qcI-Mh-jaD"/>
|
|
|
+ <constraint firstItem="8Z5-lf-RVU" firstAttribute="trailing" secondItem="XuM-Lg-sm7" secondAttribute="trailing" id="seO-ea-nqI"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QCV-gH-UT2">
|
|
|
+ <rect key="frame" x="187.5" y="0.0" width="80.5" height="100"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_system" translatesAutoresizingMaskIntoConstraints="NO" id="ALm-DM-xIP">
|
|
|
+ <rect key="frame" x="12" y="22" width="56" height="56"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="56" id="Av4-mU-hXq"/>
|
|
|
+ <constraint firstAttribute="height" constant="56" id="gta-F5-xNK"/>
|
|
|
+ </constraints>
|
|
|
+ </imageView>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="系统消息" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZT2-JL-dMl">
|
|
|
+ <rect key="frame" x="15.5" y="79" width="49.5" height="14.5"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
|
|
|
+ <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PnS-8p-3Z9">
|
|
|
+ <rect key="frame" x="47" y="54" width="21" height="14"/>
|
|
|
+ <subviews>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="19" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="43u-at-Vor">
|
|
|
+ <rect key="frame" x="4" y="0.0" width="13" height="14"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" weight="medium" pointSize="11"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" red="1" green="0.074509803920000006" blue="0.074509803920000006" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="43u-at-Vor" firstAttribute="leading" secondItem="PnS-8p-3Z9" secondAttribute="leading" constant="4" id="9XC-dG-siH"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="43u-at-Vor" secondAttribute="trailing" constant="4" id="Kqx-aN-PC2"/>
|
|
|
+ <constraint firstAttribute="height" constant="14" id="bNV-H0-xoS"/>
|
|
|
+ <constraint firstItem="43u-at-Vor" firstAttribute="top" secondItem="PnS-8p-3Z9" secondAttribute="top" id="vAd-Z8-UfQ"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="43u-at-Vor" secondAttribute="bottom" id="ya9-SB-vcT"/>
|
|
|
+ </constraints>
|
|
|
+ <userDefinedRuntimeAttributes>
|
|
|
+ <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
|
|
|
+ <real key="value" value="7"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
|
|
|
+ <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
|
|
|
+ <real key="value" value="1"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ </userDefinedRuntimeAttributes>
|
|
|
+ </view>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="03g-eS-bHv">
|
|
|
+ <rect key="frame" x="12" y="22" width="56" height="71.5"/>
|
|
|
+ <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="chooseSystem:" destination="iN0-l3-epB" eventType="touchUpInside" id="baU-me-4pJ"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="PnS-8p-3Z9" firstAttribute="bottom" secondItem="ALm-DM-xIP" secondAttribute="bottom" constant="-10" id="FMk-Tg-HiP"/>
|
|
|
+ <constraint firstItem="PnS-8p-3Z9" firstAttribute="trailing" secondItem="ALm-DM-xIP" secondAttribute="trailing" id="Iym-n2-dE5"/>
|
|
|
+ <constraint firstItem="ALm-DM-xIP" firstAttribute="centerY" secondItem="QCV-gH-UT2" secondAttribute="centerY" id="Kzx-C9-hMH"/>
|
|
|
+ <constraint firstItem="ZT2-JL-dMl" firstAttribute="centerX" secondItem="ALm-DM-xIP" secondAttribute="centerX" id="LK1-Hs-L8w"/>
|
|
|
+ <constraint firstItem="ALm-DM-xIP" firstAttribute="top" secondItem="03g-eS-bHv" secondAttribute="top" id="Ytj-Ci-mFT"/>
|
|
|
+ <constraint firstItem="ALm-DM-xIP" firstAttribute="leading" secondItem="03g-eS-bHv" secondAttribute="leading" id="bX9-bz-a35"/>
|
|
|
+ <constraint firstItem="ALm-DM-xIP" firstAttribute="centerX" secondItem="QCV-gH-UT2" secondAttribute="centerX" id="imn-KT-bbt"/>
|
|
|
+ <constraint firstItem="ZT2-JL-dMl" firstAttribute="top" secondItem="ALm-DM-xIP" secondAttribute="bottom" constant="1" id="mwG-b9-az2"/>
|
|
|
+ <constraint firstItem="ALm-DM-xIP" firstAttribute="trailing" secondItem="03g-eS-bHv" secondAttribute="trailing" id="r6X-Rs-3YH"/>
|
|
|
+ <constraint firstItem="ZT2-JL-dMl" firstAttribute="bottom" secondItem="03g-eS-bHv" secondAttribute="bottom" id="voU-Gi-fym"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fQd-6C-OHk">
|
|
|
+ <rect key="frame" x="268" y="0.0" width="80" height="100"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_notice" translatesAutoresizingMaskIntoConstraints="NO" id="pZt-Oo-gp5">
|
|
|
+ <rect key="frame" x="12" y="22" width="56" height="56"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="56" id="Kv2-rZ-mvB"/>
|
|
|
+ <constraint firstAttribute="width" constant="56" id="PgP-KG-Z5c"/>
|
|
|
+ </constraints>
|
|
|
+ </imageView>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="公告" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HPj-WQ-UEe">
|
|
|
+ <rect key="frame" x="27.5" y="79" width="25" height="14.5"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
|
|
|
+ <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HFT-lc-XxE">
|
|
|
+ <rect key="frame" x="47" y="54" width="21" height="14"/>
|
|
|
+ <subviews>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="19" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eSf-NN-z0H">
|
|
|
+ <rect key="frame" x="4" y="0.0" width="13" height="14"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" weight="medium" pointSize="11"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" red="1" green="0.074509803920000006" blue="0.074509803920000006" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="eSf-NN-z0H" secondAttribute="bottom" id="Ao6-V2-K7x"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="eSf-NN-z0H" secondAttribute="trailing" constant="4" id="P8c-bz-7La"/>
|
|
|
+ <constraint firstItem="eSf-NN-z0H" firstAttribute="top" secondItem="HFT-lc-XxE" secondAttribute="top" id="g29-vT-Syl"/>
|
|
|
+ <constraint firstItem="eSf-NN-z0H" firstAttribute="leading" secondItem="HFT-lc-XxE" secondAttribute="leading" constant="4" id="lcq-U7-od2"/>
|
|
|
+ <constraint firstAttribute="height" constant="14" id="nVm-N4-ebc"/>
|
|
|
+ </constraints>
|
|
|
+ <userDefinedRuntimeAttributes>
|
|
|
+ <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
|
|
|
+ <real key="value" value="7"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
|
|
|
+ <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
|
|
|
+ <real key="value" value="1"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ </userDefinedRuntimeAttributes>
|
|
|
+ </view>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gMB-qb-caO">
|
|
|
+ <rect key="frame" x="12" y="22" width="56" height="71.5"/>
|
|
|
+ <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="chooseNotice:" destination="iN0-l3-epB" eventType="touchUpInside" id="NbI-SQ-tv4"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="pZt-Oo-gp5" firstAttribute="trailing" secondItem="gMB-qb-caO" secondAttribute="trailing" id="04x-KE-Efe"/>
|
|
|
+ <constraint firstItem="HFT-lc-XxE" firstAttribute="trailing" secondItem="pZt-Oo-gp5" secondAttribute="trailing" id="1Ki-Zu-wQ9"/>
|
|
|
+ <constraint firstItem="pZt-Oo-gp5" firstAttribute="centerY" secondItem="fQd-6C-OHk" secondAttribute="centerY" id="6Uc-tu-c8E"/>
|
|
|
+ <constraint firstItem="pZt-Oo-gp5" firstAttribute="centerX" secondItem="fQd-6C-OHk" secondAttribute="centerX" id="DGp-cN-87P"/>
|
|
|
+ <constraint firstItem="HFT-lc-XxE" firstAttribute="bottom" secondItem="pZt-Oo-gp5" secondAttribute="bottom" constant="-10" id="DId-eC-xtY"/>
|
|
|
+ <constraint firstItem="pZt-Oo-gp5" firstAttribute="top" secondItem="gMB-qb-caO" secondAttribute="top" id="I11-F0-hN5"/>
|
|
|
+ <constraint firstItem="HPj-WQ-UEe" firstAttribute="centerX" secondItem="pZt-Oo-gp5" secondAttribute="centerX" id="QTq-0M-Qj2"/>
|
|
|
+ <constraint firstItem="pZt-Oo-gp5" firstAttribute="leading" secondItem="gMB-qb-caO" secondAttribute="leading" id="TY7-WD-hzE"/>
|
|
|
+ <constraint firstItem="HPj-WQ-UEe" firstAttribute="bottom" secondItem="gMB-qb-caO" secondAttribute="bottom" id="dYO-dM-HQn"/>
|
|
|
+ <constraint firstItem="HPj-WQ-UEe" firstAttribute="top" secondItem="pZt-Oo-gp5" secondAttribute="bottom" constant="1" id="yJD-DK-Eqd"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="kR0-tA-2uF" firstAttribute="leading" secondItem="Pkz-EP-p4Q" secondAttribute="trailing" id="1Ip-8J-r0Y"/>
|
|
|
+ <constraint firstItem="QCV-gH-UT2" firstAttribute="leading" secondItem="kR0-tA-2uF" secondAttribute="trailing" id="5XL-gG-2d1"/>
|
|
|
+ <constraint firstItem="QCV-gH-UT2" firstAttribute="top" secondItem="3Jh-gC-egy" secondAttribute="top" id="83M-kH-ZX2"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="QCV-gH-UT2" secondAttribute="bottom" id="9n2-1w-ajk"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="fQd-6C-OHk" secondAttribute="bottom" id="CkM-y7-C53"/>
|
|
|
+ <constraint firstItem="fQd-6C-OHk" firstAttribute="leading" secondItem="QCV-gH-UT2" secondAttribute="trailing" id="ICS-ae-fgD"/>
|
|
|
+ <constraint firstItem="kR0-tA-2uF" firstAttribute="top" secondItem="3Jh-gC-egy" secondAttribute="top" id="Krt-V9-C5o"/>
|
|
|
+ <constraint firstItem="kR0-tA-2uF" firstAttribute="width" secondItem="Pkz-EP-p4Q" secondAttribute="width" id="KwJ-3g-Oyd"/>
|
|
|
+ <constraint firstItem="fQd-6C-OHk" firstAttribute="width" secondItem="Pkz-EP-p4Q" secondAttribute="width" id="Lam-1s-b14"/>
|
|
|
+ <constraint firstItem="fQd-6C-OHk" firstAttribute="top" secondItem="3Jh-gC-egy" secondAttribute="top" id="OmA-Vs-5a4"/>
|
|
|
+ <constraint firstItem="QCV-gH-UT2" firstAttribute="width" secondItem="Pkz-EP-p4Q" secondAttribute="width" id="UDC-kF-oA1"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="Pkz-EP-p4Q" secondAttribute="bottom" id="Xe3-qK-0uc"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="fQd-6C-OHk" secondAttribute="trailing" constant="27" id="an7-AV-hCa"/>
|
|
|
+ <constraint firstItem="Pkz-EP-p4Q" firstAttribute="leading" secondItem="3Jh-gC-egy" secondAttribute="leading" constant="27" id="gwc-XA-mID"/>
|
|
|
+ <constraint firstItem="Pkz-EP-p4Q" firstAttribute="top" secondItem="3Jh-gC-egy" secondAttribute="top" id="hzy-aK-mPq"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="kR0-tA-2uF" secondAttribute="bottom" id="igt-71-5Ke"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="3Jh-gC-egy" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="5cR-eo-oqb"/>
|
|
|
+ <constraint firstItem="3Jh-gC-egy" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Pjl-Eu-PVe"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="3Jh-gC-egy" secondAttribute="bottom" id="ceN-NI-xsi"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="3Jh-gC-egy" secondAttribute="trailing" id="dWr-Ly-BNN"/>
|
|
|
+ </constraints>
|
|
|
+ <nil key="simulatedTopBarMetrics"/>
|
|
|
+ <nil key="simulatedBottomBarMetrics"/>
|
|
|
+ <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
|
+ <connections>
|
|
|
+ <outlet property="allCountLabel" destination="e5M-E8-SSs" id="K0U-Gl-zvZ"/>
|
|
|
+ <outlet property="allLabel" destination="Aal-ZD-MlT" id="qXn-oy-bSz"/>
|
|
|
+ <outlet property="allView" destination="TI9-h7-JQo" id="qgI-md-1u4"/>
|
|
|
+ <outlet property="courseCountLabel" destination="0Ev-de-Era" id="cKf-js-cO3"/>
|
|
|
+ <outlet property="courseLabel" destination="8Ql-22-T6t" id="8Fh-PC-Qtm"/>
|
|
|
+ <outlet property="courseView" destination="oMw-71-EQZ" id="UtK-s0-Kf4"/>
|
|
|
+ <outlet property="noticeCountLabel" destination="eSf-NN-z0H" id="7yQ-Yb-0Zz"/>
|
|
|
+ <outlet property="noticeLabel" destination="HPj-WQ-UEe" id="i39-mh-PC6"/>
|
|
|
+ <outlet property="noticeView" destination="HFT-lc-XxE" id="AEn-pk-RrT"/>
|
|
|
+ <outlet property="systemCountLabel" destination="43u-at-Vor" id="FPQ-la-BzB"/>
|
|
|
+ <outlet property="systemLabel" destination="ZT2-JL-dMl" id="XSb-em-5Kr"/>
|
|
|
+ <outlet property="systemView" destination="PnS-8p-3Z9" id="QV4-d4-ySy"/>
|
|
|
+ </connections>
|
|
|
+ <point key="canvasLocation" x="28.260869565217394" y="-52.901785714285715"/>
|
|
|
+ </view>
|
|
|
+ </objects>
|
|
|
+ <resources>
|
|
|
+ <image name="message_all" width="56" height="56"/>
|
|
|
+ <image name="message_course" width="56" height="56"/>
|
|
|
+ <image name="message_notice" width="56" height="56"/>
|
|
|
+ <image name="message_system" width="56" height="56"/>
|
|
|
+ </resources>
|
|
|
+</document>
|