|
1 | | -<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11134" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 3 | + <device id="retina4_7" orientation="portrait"> |
| 4 | + <adaptation id="fullscreen"/> |
| 5 | + </device> |
3 | 6 | <dependencies> |
4 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11106"/> |
| 7 | + <deployment identifier="iOS"/> |
| 8 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/> |
5 | 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
6 | 10 | </dependencies> |
7 | 11 | <scenes> |
8 | | - <!--View Controller--> |
| 12 | + <!--Bootstrap View Controller--> |
9 | 13 | <scene sceneID="tne-QT-ifu"> |
10 | 14 | <objects> |
11 | | - <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController"> |
| 15 | + <viewController storyboardIdentifier="BootstrapViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="BYZ-38-t0r" customClass="BootstrapViewController" customModule="TestableDesignExample" sceneMemberID="viewController"> |
12 | 16 | <layoutGuides> |
13 | | - <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/> |
14 | | - <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/> |
| 17 | + <viewControllerLayoutGuide type="top" id="yBr-vd-44h"/> |
| 18 | + <viewControllerLayoutGuide type="bottom" id="CnS-oS-6tW"/> |
15 | 19 | </layoutGuides> |
16 | | - <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
| 20 | + <view key="view" contentMode="scaleToFill" id="ivO-8p-0zj"> |
17 | 21 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
18 | | - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
19 | | - <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 22 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 23 | + <subviews> |
| 24 | + <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" style="white" translatesAutoresizingMaskIntoConstraints="NO" id="Wde-fx-Mlm"> |
| 25 | + <rect key="frame" x="177.5" y="323" width="20" height="20"/> |
| 26 | + </activityIndicatorView> |
| 27 | + </subviews> |
| 28 | + <color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/> |
| 29 | + <constraints> |
| 30 | + <constraint firstItem="Wde-fx-Mlm" firstAttribute="centerY" secondItem="ivO-8p-0zj" secondAttribute="centerY" id="OZE-4T-erC"/> |
| 31 | + <constraint firstItem="Wde-fx-Mlm" firstAttribute="centerX" secondItem="ivO-8p-0zj" secondAttribute="centerX" id="Pzq-wl-S6I"/> |
| 32 | + </constraints> |
20 | 33 | </view> |
21 | 34 | </viewController> |
22 | 35 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
|
0 commit comments