<?xml version="1.0" encoding="UTF-8"?>
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22155" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
<device id="retina6_12" orientation="portrait" appearance="light"/>
|
<dependencies>
|
<deployment identifier="iOS"/>
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22131"/>
|
<capability name="Named colors" minToolsVersion="9.0"/>
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
<capability name="System colors in document resources" minToolsVersion="11.0"/>
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
</dependencies>
|
<objects>
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ActivityListVC" customModule="WanPai" customModuleProvider="target">
|
<connections>
|
<outlet property="btn_holdCity" destination="Rto-cM-8TA" id="oPe-cF-qm3"/>
|
<outlet property="btn_hotFilter" destination="93Z-rq-u2S" id="Njj-dA-Ytf"/>
|
<outlet property="btn_joinCondition" destination="IUE-I2-25f" id="ShB-Cr-Y56"/>
|
<outlet property="tableView" destination="oPv-XK-by8" id="yiR-Iv-cWb"/>
|
<outlet property="tf_search" destination="EI5-wd-5bK" id="iOg-G4-nmy"/>
|
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
|
<outlet property="view_top" destination="lxS-3O-LKA" id="9JM-CT-vgh"/>
|
</connections>
|
</placeholder>
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<subviews>
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lxS-3O-LKA">
|
<rect key="frame" x="0.0" y="59" width="393" height="105"/>
|
<subviews>
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oVy-tD-SsJ">
|
<rect key="frame" x="14" y="15" width="326" height="38"/>
|
<subviews>
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_search" translatesAutoresizingMaskIntoConstraints="NO" id="EWk-iy-k27">
|
<rect key="frame" x="4" y="10.666666666666671" width="17" height="17"/>
|
</imageView>
|
<textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="输入赛事名称" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="EI5-wd-5bK" customClass="QMUITextField">
|
<rect key="frame" x="25" y="0.0" width="291" height="38"/>
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
|
<textInputTraits key="textInputTraits" returnKeyType="search"/>
|
<userDefinedRuntimeAttributes>
|
<userDefinedRuntimeAttribute type="color" keyPath="placeholderColor">
|
<color key="value" red="0.7843137255" green="0.79215686269999996" blue="0.83921568629999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</userDefinedRuntimeAttribute>
|
</userDefinedRuntimeAttributes>
|
</textField>
|
</subviews>
|
<color key="backgroundColor" red="0.96470588239999999" green="0.96470588239999999" blue="0.96862745100000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
<constraints>
|
<constraint firstAttribute="trailing" secondItem="EI5-wd-5bK" secondAttribute="trailing" constant="10" id="8Q4-0n-RUZ"/>
|
<constraint firstItem="EI5-wd-5bK" firstAttribute="leading" secondItem="EWk-iy-k27" secondAttribute="trailing" constant="4" id="HWA-I9-6Jy"/>
|
<constraint firstAttribute="bottom" secondItem="EI5-wd-5bK" secondAttribute="bottom" id="Hny-jH-2cR"/>
|
<constraint firstAttribute="height" constant="38" id="Tma-SI-hSJ"/>
|
<constraint firstItem="EWk-iy-k27" firstAttribute="centerY" secondItem="oVy-tD-SsJ" secondAttribute="centerY" id="VtC-qR-bkp"/>
|
<constraint firstItem="EI5-wd-5bK" firstAttribute="top" secondItem="oVy-tD-SsJ" secondAttribute="top" id="ZNi-hI-sTJ"/>
|
<constraint firstItem="EWk-iy-k27" firstAttribute="leading" secondItem="oVy-tD-SsJ" secondAttribute="leading" constant="4" id="pcD-a5-erw"/>
|
</constraints>
|
<userDefinedRuntimeAttributes>
|
<userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
|
<real key="value" value="4.1600000000000001"/>
|
</userDefinedRuntimeAttribute>
|
</userDefinedRuntimeAttributes>
|
</view>
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="O5J-eh-VVi">
|
<rect key="frame" x="340" y="15" width="53" height="38"/>
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
|
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
<state key="normal" title="搜索">
|
<color key="titleColor" name="FE6E0D"/>
|
</state>
|
<connections>
|
<action selector="searchAction:" destination="-1" eventType="touchUpInside" id="tLE-6H-Seu"/>
|
</connections>
|
</button>
|
<stackView opaque="NO" contentMode="scaleToFill" distribution="equalSpacing" spacing="34" translatesAutoresizingMaskIntoConstraints="NO" id="C5c-IL-ihi">
|
<rect key="frame" x="14" y="53" width="268" height="52"/>
|
<subviews>
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Rto-cM-8TA" customClass="QMUIButton">
|
<rect key="frame" x="0.0" y="0.0" width="79" height="52"/>
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
|
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
<state key="normal" title="举办城市" image="icon_down_arrow">
|
<color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
</state>
|
<state key="selected" image="icon_down_arrow_s">
|
<color key="titleColor" name="FE6E0D"/>
|
</state>
|
<connections>
|
<action selector="holdCityAction:" destination="-1" eventType="touchUpInside" id="hdQ-th-tYP"/>
|
</connections>
|
</button>
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="IUE-I2-25f" customClass="QMUIButton">
|
<rect key="frame" x="113" y="0.0" width="79" height="52"/>
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
|
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
<state key="normal" title="报名条件" image="icon_down_arrow">
|
<color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
</state>
|
<state key="selected" image="icon_down_arrow_s">
|
<color key="titleColor" name="FE6E0D"/>
|
</state>
|
<connections>
|
<action selector="signupConditionAction:" destination="-1" eventType="touchUpInside" id="DSd-mw-hAf"/>
|
</connections>
|
</button>
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="93Z-rq-u2S" customClass="QMUIButton">
|
<rect key="frame" x="226" y="0.0" width="42" height="52"/>
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
|
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
<state key="normal" title="热度" image="icon_sort_normal">
|
<color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
</state>
|
<state key="highlighted" image="icon_sort_normal"/>
|
<connections>
|
<action selector="hotFliterAction:" destination="-1" eventType="touchUpInside" id="4YK-dp-Pvn"/>
|
</connections>
|
</button>
|
</subviews>
|
</stackView>
|
</subviews>
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
<constraints>
|
<constraint firstItem="O5J-eh-VVi" firstAttribute="top" secondItem="oVy-tD-SsJ" secondAttribute="top" id="8Sb-Se-Mx4"/>
|
<constraint firstAttribute="bottom" secondItem="C5c-IL-ihi" secondAttribute="bottom" id="E9T-b3-bP5"/>
|
<constraint firstAttribute="trailing" secondItem="oVy-tD-SsJ" secondAttribute="trailing" constant="53" id="Jq9-Nv-c5V"/>
|
<constraint firstItem="O5J-eh-VVi" firstAttribute="leading" secondItem="oVy-tD-SsJ" secondAttribute="trailing" id="N6g-wZ-Y11"/>
|
<constraint firstItem="oVy-tD-SsJ" firstAttribute="leading" secondItem="lxS-3O-LKA" secondAttribute="leading" constant="14" id="R1r-ck-I3Q"/>
|
<constraint firstItem="oVy-tD-SsJ" firstAttribute="top" secondItem="lxS-3O-LKA" secondAttribute="top" constant="15" id="aZh-r4-und"/>
|
<constraint firstItem="C5c-IL-ihi" firstAttribute="top" secondItem="oVy-tD-SsJ" secondAttribute="bottom" id="gaU-FN-JmW"/>
|
<constraint firstAttribute="trailing" secondItem="O5J-eh-VVi" secondAttribute="trailing" id="mGq-rj-hVB"/>
|
<constraint firstItem="C5c-IL-ihi" firstAttribute="leading" secondItem="lxS-3O-LKA" secondAttribute="leading" constant="14" id="rV7-6H-aNn"/>
|
<constraint firstItem="O5J-eh-VVi" firstAttribute="bottom" secondItem="oVy-tD-SsJ" secondAttribute="bottom" id="u9g-uo-hpS"/>
|
<constraint firstAttribute="height" constant="105" id="zzg-Vr-rE9"/>
|
</constraints>
|
<userDefinedRuntimeAttributes>
|
<userDefinedRuntimeAttribute type="size" keyPath="shadowOffset">
|
<size key="value" width="0.0" height="2"/>
|
</userDefinedRuntimeAttribute>
|
<userDefinedRuntimeAttribute type="color" keyPath="shadowColor">
|
<color key="value" red="0.87450980389999999" green="0.87450980389999999" blue="0.87450980389999999" alpha="0.5" colorSpace="custom" customColorSpace="sRGB"/>
|
</userDefinedRuntimeAttribute>
|
<userDefinedRuntimeAttribute type="number" keyPath="shadowOpacity">
|
<real key="value" value="1"/>
|
</userDefinedRuntimeAttribute>
|
</userDefinedRuntimeAttributes>
|
</view>
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="oPv-XK-by8" customClass="BaseTableView" customModule="WanPai" customModuleProvider="target">
|
<rect key="frame" x="0.0" y="174" width="393" height="586"/>
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
</tableView>
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="SAi-a4-ThB">
|
<rect key="frame" x="0.0" y="770" width="393" height="48"/>
|
<color key="backgroundColor" name="FE6E0D"/>
|
<constraints>
|
<constraint firstAttribute="height" constant="48" id="un5-eU-kfv"/>
|
</constraints>
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="18"/>
|
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
<state key="normal" title="已报名活动">
|
<color key="titleColor" red="0.94901960784313721" green="0.97647058823529409" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<connections>
|
<action selector="signupAction:" destination="-1" eventType="touchUpInside" id="FwA-GP-42a"/>
|
</connections>
|
</button>
|
</subviews>
|
<viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
<constraints>
|
<constraint firstItem="lxS-3O-LKA" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="1VK-iu-8pW"/>
|
<constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="oPv-XK-by8" secondAttribute="trailing" id="9Dh-MK-KCH"/>
|
<constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="SAi-a4-ThB" secondAttribute="bottom" id="Fgz-Rd-oq1"/>
|
<constraint firstItem="oPv-XK-by8" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="LVH-gv-S08"/>
|
<constraint firstItem="oPv-XK-by8" firstAttribute="top" secondItem="lxS-3O-LKA" secondAttribute="bottom" constant="10" id="LhC-Y3-Mp6"/>
|
<constraint firstItem="SAi-a4-ThB" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="S11-lN-ZCo"/>
|
<constraint firstItem="SAi-a4-ThB" firstAttribute="top" secondItem="oPv-XK-by8" secondAttribute="bottom" constant="10" id="W15-SB-E9l"/>
|
<constraint firstItem="lxS-3O-LKA" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="hfP-l9-atC"/>
|
<constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="SAi-a4-ThB" secondAttribute="trailing" id="wtG-nE-Ka9"/>
|
<constraint firstAttribute="trailing" secondItem="lxS-3O-LKA" secondAttribute="trailing" id="yq3-DX-WWU"/>
|
</constraints>
|
<point key="canvasLocation" x="136.64122137404578" y="20.422535211267608"/>
|
</view>
|
</objects>
|
<resources>
|
<image name="icon_down_arrow" width="13" height="8"/>
|
<image name="icon_down_arrow_s" width="13" height="8"/>
|
<image name="icon_search" width="17" height="17"/>
|
<image name="icon_sort_normal" width="9" height="12"/>
|
<namedColor name="FE6E0D">
|
<color red="0.99199998378753662" green="0.53299999237060547" blue="0.0080000003799796104" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</namedColor>
|
<systemColor name="systemBackgroundColor">
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
</systemColor>
|
</resources>
|
</document>
|