|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 3 | + <device id="retina6_1" orientation="portrait" appearance="light"/> |
| 4 | + <dependencies> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/> |
| 6 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 7 | + <capability name="System colors in document resources" minToolsVersion="11.0"/> |
| 8 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 9 | + </dependencies> |
| 10 | + <scenes> |
| 11 | + <!--View Controller--> |
| 12 | + <scene sceneID="tne-QT-ifu"> |
| 13 | + <objects> |
| 14 | + <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="QiniuDemoSwift" customModuleProvider="target" sceneMemberID="viewController"> |
| 15 | + <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
| 16 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> |
| 17 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 18 | + <subviews> |
| 19 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="o8w-rP-uDU"> |
| 20 | + <rect key="frame" x="157" y="652" width="100" height="40"/> |
| 21 | + <color key="backgroundColor" systemColor="systemPurpleColor"/> |
| 22 | + <constraints> |
| 23 | + <constraint firstAttribute="width" constant="100" id="yJM-CN-zEY"/> |
| 24 | + <constraint firstAttribute="height" constant="40" id="ymw-Eg-HHe"/> |
| 25 | + </constraints> |
| 26 | + <state key="normal" title="上传"> |
| 27 | + <color key="titleColor" systemColor="systemBackgroundColor"/> |
| 28 | + </state> |
| 29 | + <connections> |
| 30 | + <action selector="upload:" destination="BYZ-38-t0r" eventType="touchUpInside" id="3xj-wb-hbg"/> |
| 31 | + </connections> |
| 32 | + </button> |
| 33 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NqT-df-gdl"> |
| 34 | + <rect key="frame" x="157" y="592" width="100" height="40"/> |
| 35 | + <color key="backgroundColor" systemColor="systemPurpleColor"/> |
| 36 | + <state key="normal" title="选择图片"> |
| 37 | + <color key="titleColor" systemColor="systemBackgroundColor"/> |
| 38 | + </state> |
| 39 | + <connections> |
| 40 | + <action selector="selectImage:" destination="BYZ-38-t0r" eventType="touchUpInside" id="x9l-d5-yXg"/> |
| 41 | + </connections> |
| 42 | + </button> |
| 43 | + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="7hv-vG-fmM"> |
| 44 | + <rect key="frame" x="41.5" y="359.5" width="331" height="177"/> |
| 45 | + <constraints> |
| 46 | + <constraint firstAttribute="width" secondItem="7hv-vG-fmM" secondAttribute="height" multiplier="15:8" id="7it-RD-rnr"/> |
| 47 | + </constraints> |
| 48 | + </imageView> |
| 49 | + </subviews> |
| 50 | + <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/> |
| 51 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 52 | + <constraints> |
| 53 | + <constraint firstItem="o8w-rP-uDU" firstAttribute="top" secondItem="NqT-df-gdl" secondAttribute="bottom" constant="20" id="0Vu-5A-S5y"/> |
| 54 | + <constraint firstItem="7hv-vG-fmM" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" multiplier="0.8" id="AkB-uf-W7f"/> |
| 55 | + <constraint firstItem="o8w-rP-uDU" firstAttribute="width" secondItem="NqT-df-gdl" secondAttribute="width" id="GuW-e0-AUn"/> |
| 56 | + <constraint firstItem="NqT-df-gdl" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="UWG-yG-Ltk"/> |
| 57 | + <constraint firstItem="o8w-rP-uDU" firstAttribute="height" secondItem="NqT-df-gdl" secondAttribute="height" id="ZC1-xU-JoQ"/> |
| 58 | + <constraint firstItem="7hv-vG-fmM" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="ZHW-hE-jIp"/> |
| 59 | + <constraint firstItem="7hv-vG-fmM" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" id="b6d-9x-MDa"/> |
| 60 | + <constraint firstItem="o8w-rP-uDU" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="hHl-Mv-4Zq"/> |
| 61 | + <constraint firstItem="o8w-rP-uDU" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" multiplier="1.5" id="vFG-Kf-B4D"/> |
| 62 | + </constraints> |
| 63 | + </view> |
| 64 | + <connections> |
| 65 | + <outlet property="imageView" destination="7hv-vG-fmM" id="fDB-B8-Bpg"/> |
| 66 | + </connections> |
| 67 | + </viewController> |
| 68 | + <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
| 69 | + </objects> |
| 70 | + <point key="canvasLocation" x="20" y="89"/> |
| 71 | + </scene> |
| 72 | + </scenes> |
| 73 | + <resources> |
| 74 | + <systemColor name="systemBackgroundColor"> |
| 75 | + <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 76 | + </systemColor> |
| 77 | + <systemColor name="systemPurpleColor"> |
| 78 | + <color red="0.68627450980392157" green="0.32156862745098042" blue="0.87058823529411766" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 79 | + </systemColor> |
| 80 | + </resources> |
| 81 | +</document> |
0 commit comments