|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16096" 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"/> |
3 | 4 | <dependencies> |
4 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/> |
| 5 | + <deployment identifier="iOS"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/> |
5 | 7 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
6 | 8 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
7 | 9 | </dependencies> |
8 | 10 | <scenes> |
9 | 11 | <!--View Controller--> |
10 | 12 | <scene sceneID="tne-QT-ifu"> |
11 | 13 | <objects> |
12 | | - <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController"> |
| 14 | + <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="NativeUIExample" customModuleProvider="target" sceneMemberID="viewController"> |
13 | 15 | <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
14 | | - <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 16 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> |
15 | 17 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
16 | | - <color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> |
| 18 | + <subviews> |
| 19 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ebP-Rj-pI3"> |
| 20 | + <rect key="frame" x="169.5" y="433" width="75" height="30"/> |
| 21 | + <state key="normal" title="Show Alert"/> |
| 22 | + <connections> |
| 23 | + <action selector="showAlert" destination="BYZ-38-t0r" eventType="touchUpInside" id="uNp-2Y-5hB"/> |
| 24 | + </connections> |
| 25 | + </button> |
| 26 | + <segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="0" translatesAutoresizingMaskIntoConstraints="NO" id="a8V-ju-ofH"> |
| 27 | + <rect key="frame" x="24" y="94" width="366" height="32"/> |
| 28 | + <segments> |
| 29 | + <segment title="Default"/> |
| 30 | + <segment title="Custom Content"/> |
| 31 | + </segments> |
| 32 | + </segmentedControl> |
| 33 | + </subviews> |
| 34 | + <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> |
| 35 | + <constraints> |
| 36 | + <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="a8V-ju-ofH" secondAttribute="trailing" constant="24" id="3kK-iL-GqD"/> |
| 37 | + <constraint firstItem="a8V-ju-ofH" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="50" id="CI3-gI-RbR"/> |
| 38 | + <constraint firstItem="ebP-Rj-pI3" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" id="h6u-16-ezP"/> |
| 39 | + <constraint firstItem="a8V-ju-ofH" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="24" id="qx7-Ep-2Nj"/> |
| 40 | + <constraint firstItem="ebP-Rj-pI3" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="zfF-6b-mHv"/> |
| 41 | + </constraints> |
17 | 42 | <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/> |
18 | 43 | </view> |
| 44 | + <connections> |
| 45 | + <outlet property="segmentedControl" destination="a8V-ju-ofH" id="0pJ-nW-t1E"/> |
| 46 | + </connections> |
19 | 47 | </viewController> |
20 | 48 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
21 | 49 | </objects> |
| 50 | + <point key="canvasLocation" x="139" y="138"/> |
22 | 51 | </scene> |
23 | 52 | </scenes> |
24 | 53 | </document> |
0 commit comments