63 lines
4.9 KiB
XML
63 lines
4.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Y6W-OH-hqX">
|
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
|
|
<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>
|
|
<!--Segmented Controller-->
|
|
<scene sceneID="s0d-6b-0kx">
|
|
<objects>
|
|
<viewController storyboardIdentifier="RiotSegmentedController" id="Y6W-OH-hqX" customClass="SegmentedController" customModule="Riot" customModuleProvider="target" sceneMemberID="viewController">
|
|
<view key="view" contentMode="scaleToFill" id="5EZ-qb-Rvc">
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<segmentedControl opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" verticalCompressionResistancePriority="1000" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="0" translatesAutoresizingMaskIntoConstraints="NO" id="iW2-ek-oPd">
|
|
<rect key="frame" x="16" y="52" width="382" height="32"/>
|
|
<segments>
|
|
<segment title="First"/>
|
|
<segment title="Second"/>
|
|
</segments>
|
|
<connections>
|
|
<action selector="segmentDidChangeWithSender:" destination="Y6W-OH-hqX" eventType="valueChanged" id="zhS-Kj-9uH"/>
|
|
</connections>
|
|
</segmentedControl>
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rY0-xa-nuR">
|
|
<rect key="frame" x="0.0" y="91" width="414" height="805"/>
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
</view>
|
|
</subviews>
|
|
<viewLayoutGuide key="safeArea" id="vDu-zF-Fre"/>
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
<constraints>
|
|
<constraint firstItem="vDu-zF-Fre" firstAttribute="trailing" secondItem="iW2-ek-oPd" secondAttribute="trailing" constant="16" id="1YT-jM-gkK"/>
|
|
<constraint firstItem="rY0-xa-nuR" firstAttribute="top" secondItem="iW2-ek-oPd" secondAttribute="bottom" constant="8" symbolic="YES" id="1vz-Hh-VTd"/>
|
|
<constraint firstItem="iW2-ek-oPd" firstAttribute="leading" secondItem="vDu-zF-Fre" secondAttribute="leading" constant="16" id="49o-yg-pzm"/>
|
|
<constraint firstItem="rY0-xa-nuR" firstAttribute="bottom" secondItem="5EZ-qb-Rvc" secondAttribute="bottom" id="EYX-4p-4N4"/>
|
|
<constraint firstItem="rY0-xa-nuR" firstAttribute="leading" secondItem="5EZ-qb-Rvc" secondAttribute="leading" id="SPC-Lj-3oh"/>
|
|
<constraint firstItem="rY0-xa-nuR" firstAttribute="trailing" secondItem="5EZ-qb-Rvc" secondAttribute="trailing" id="haJ-v6-aVK"/>
|
|
<constraint firstItem="iW2-ek-oPd" firstAttribute="top" secondItem="vDu-zF-Fre" secondAttribute="top" constant="8" id="hnp-vm-HPA"/>
|
|
</constraints>
|
|
</view>
|
|
<connections>
|
|
<outlet property="contentView" destination="rY0-xa-nuR" id="5XS-vs-g4y"/>
|
|
<outlet property="segmentedControl" destination="iW2-ek-oPd" id="ysZ-6y-9C1"/>
|
|
</connections>
|
|
</viewController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="Ief-a0-LHa" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="-42.028985507246382" y="80.357142857142847"/>
|
|
</scene>
|
|
</scenes>
|
|
<resources>
|
|
<systemColor name="systemBackgroundColor">
|
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
</systemColor>
|
|
</resources>
|
|
</document>
|