You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
5.0 KiB
63 lines
5.0 KiB
4 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17506" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
||
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
||
|
<dependencies>
|
||
|
<deployment identifier="iOS"/>
|
||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17505"/>
|
||
|
<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>
|
||
|
<scenes>
|
||
|
<!--View Controller-->
|
||
|
<scene sceneID="EHf-IW-A2E">
|
||
|
<objects>
|
||
|
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
|
||
|
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
||
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||
|
<subviews>
|
||
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="screensplaceIcon.png" translatesAutoresizingMaskIntoConstraints="NO" id="wNp-aW-iKs">
|
||
|
<rect key="frame" x="173" y="232" width="68" height="68"/>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="height" constant="68" id="grV-AC-Akv"/>
|
||
|
<constraint firstAttribute="width" constant="68" id="rC3-dd-umR"/>
|
||
|
</constraints>
|
||
|
<userDefinedRuntimeAttributes>
|
||
|
<userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
|
||
|
<integer key="value" value="12"/>
|
||
|
</userDefinedRuntimeAttribute>
|
||
|
<userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
|
||
|
</userDefinedRuntimeAttributes>
|
||
|
</imageView>
|
||
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Copyright © 2020ー2021 小说绘" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fd5-Mn-Iei">
|
||
|
<rect key="frame" x="122.5" y="862" width="169" height="14"/>
|
||
|
<fontDescription key="fontDescription" type="system" pointSize="11"/>
|
||
|
<color key="textColor" systemColor="placeholderTextColor"/>
|
||
|
<nil key="highlightedColor"/>
|
||
|
</label>
|
||
|
</subviews>
|
||
|
<viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
|
||
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="bottom" secondItem="fd5-Mn-Iei" secondAttribute="bottom" constant="20" id="0dc-5s-htP"/>
|
||
|
<constraint firstItem="wNp-aW-iKs" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="3eb-HM-nXZ"/>
|
||
|
<constraint firstItem="wNp-aW-iKs" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" priority="750" constant="232" id="JZc-EL-BA7"/>
|
||
|
<constraint firstItem="wNp-aW-iKs" firstAttribute="top" secondItem="Bcu-3y-fUS" secondAttribute="top" constant="188" id="OXb-o5-crd"/>
|
||
|
<constraint firstItem="fd5-Mn-Iei" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="kSS-HN-g4p"/>
|
||
|
</constraints>
|
||
|
</view>
|
||
|
</viewController>
|
||
|
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||
|
</objects>
|
||
|
<point key="canvasLocation" x="-143" y="100"/>
|
||
|
</scene>
|
||
|
</scenes>
|
||
|
<resources>
|
||
|
<image name="screensplaceIcon.png" width="40" height="40"/>
|
||
|
<systemColor name="placeholderTextColor">
|
||
|
<color red="0.23529411764705882" green="0.23529411764705882" blue="0.2627450980392157" alpha="0.29999999999999999" colorSpace="custom" customColorSpace="sRGB"/>
|
||
|
</systemColor>
|
||
|
</resources>
|
||
|
</document>
|