|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11129.15" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
3 | 3 | <dependencies>
|
4 |
| - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/> |
| 4 | + <deployment identifier="iOS"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11103.10"/> |
| 6 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
5 | 7 | </dependencies>
|
6 | 8 | <scenes>
|
7 | 9 | <!--View Controller-->
|
8 | 10 | <scene sceneID="tne-QT-ifu">
|
9 | 11 | <objects>
|
10 |
| - <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController"> |
| 12 | + <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="Primes" customModuleProvider="target" sceneMemberID="viewController"> |
11 | 13 | <layoutGuides>
|
12 | 14 | <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
|
13 | 15 | <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
|
14 | 16 | </layoutGuides>
|
15 | 17 | <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
|
16 |
| - <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> |
| 18 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
17 | 19 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
18 |
| - <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> |
| 20 | + <subviews> |
| 21 | + <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="bQv-Df-Olo"> |
| 22 | + <subviews> |
| 23 | + <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" text="Getting primes using the sieve of Eratosthenes" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="4V8-CM-o6m"> |
| 24 | + <color key="backgroundColor" red="0.0" green="0.47843137250000001" blue="0.69411764710000001" alpha="1" colorSpace="calibratedRGB"/> |
| 25 | + <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 26 | + <fontDescription key="fontDescription" type="system" pointSize="14"/> |
| 27 | + <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> |
| 28 | + </textView> |
| 29 | + <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" text="Getting primes using Atkin's sieve" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="FSt-V7-5y0"> |
| 30 | + <color key="backgroundColor" red="0.25098040700000002" green="0.50196081400000003" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> |
| 31 | + <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 32 | + <fontDescription key="fontDescription" type="system" pointSize="14"/> |
| 33 | + <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> |
| 34 | + </textView> |
| 35 | + </subviews> |
| 36 | + </stackView> |
| 37 | + </subviews> |
| 38 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 39 | + <constraints> |
| 40 | + <constraint firstItem="bQv-Df-Olo" firstAttribute="top" secondItem="y3c-jy-aDJ" secondAttribute="bottom" constant="20" id="7aR-Fu-fA4"/> |
| 41 | + <constraint firstItem="bQv-Df-Olo" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" constant="20" id="Rzv-Qz-6y8"/> |
| 42 | + <constraint firstAttribute="trailing" secondItem="bQv-Df-Olo" secondAttribute="trailing" constant="20" id="mrQ-nB-gHB"/> |
| 43 | + <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="bQv-Df-Olo" secondAttribute="bottom" constant="20" id="yf4-4j-aVO"/> |
| 44 | + </constraints> |
19 | 45 | </view>
|
| 46 | + <connections> |
| 47 | + <outlet property="atSieveTextView" destination="FSt-V7-5y0" id="WbM-xZ-bks"/> |
| 48 | + <outlet property="eraSieveTextView" destination="4V8-CM-o6m" id="nja-8n-alY"/> |
| 49 | + </connections> |
20 | 50 | </viewController>
|
21 | 51 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
22 | 52 | </objects>
|
|
0 commit comments