admin
2023-04-21 0b3a4aaf99ea251bc8e27b96115288f0988fcffe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SubregionDetailViewController">
            <connections>
                <outlet property="segView" destination="YmL-0d-K7J" id="4sT-IB-BnT"/>
                <outlet property="topButton" destination="GJJ-ag-43o" id="EKm-Ue-Wkm"/>
                <outlet property="toplayout" destination="Q95-Ij-Pce" id="VsK-xR-qRf"/>
                <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
            </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="375" height="667"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="0" translatesAutoresizingMaskIntoConstraints="NO" id="YmL-0d-K7J">
                    <rect key="frame" x="40" y="110" width="295" height="31"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="30" id="lFt-Lz-fQm"/>
                    </constraints>
                    <segments>
                        <segment title="最新更新"/>
                        <segment title="最热视频"/>
                    </segments>
                </segmentedControl>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="数据加载中..." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GyV-e9-0i2">
                    <rect key="frame" x="0.0" y="64" width="375" height="40"/>
                    <color key="backgroundColor" red="0.18823529411764706" green="0.15294117647058825" blue="0.14509803921568626" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="40" id="aAa-0h-EU4"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
                    <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <nil key="highlightedColor"/>
                </label>
                <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="GJJ-ag-43o">
                    <rect key="frame" x="322" y="614" width="33" height="33"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="33" id="Dcp-yx-Sry"/>
                        <constraint firstAttribute="width" secondItem="GJJ-ag-43o" secondAttribute="height" multiplier="1:1" id="h41-O9-kVZ"/>
                    </constraints>
                    <state key="normal" title="Button" backgroundImage="小火箭"/>
                    <connections>
                        <action selector="topTaped:" destination="-1" eventType="touchUpInside" id="4pk-Sf-aWa"/>
                    </connections>
                </button>
            </subviews>
            <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstAttribute="trailing" secondItem="YmL-0d-K7J" secondAttribute="trailing" constant="40" id="4Ma-1g-R9i"/>
                <constraint firstItem="GyV-e9-0i2" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="7hz-M2-MEk"/>
                <constraint firstAttribute="trailing" secondItem="GyV-e9-0i2" secondAttribute="trailing" id="OsU-6p-9rh"/>
                <constraint firstItem="YmL-0d-K7J" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="110" id="Q95-Ij-Pce"/>
                <constraint firstAttribute="trailing" secondItem="GJJ-ag-43o" secondAttribute="trailing" constant="20" id="RpZ-Xf-fRm"/>
                <constraint firstItem="YmL-0d-K7J" firstAttribute="top" secondItem="GyV-e9-0i2" secondAttribute="bottom" constant="6" id="f1C-XQ-dXz"/>
                <constraint firstAttribute="bottom" secondItem="GJJ-ag-43o" secondAttribute="bottom" constant="20" id="sSi-oQ-I4b"/>
                <constraint firstItem="YmL-0d-K7J" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="40" id="sfx-uD-F4q"/>
            </constraints>
            <point key="canvasLocation" x="33.5" y="83.5"/>
        </view>
    </objects>
    <resources>
        <image name="小火箭" width="33" height="33"/>
    </resources>
</document>