mirror of
https://github.com/samsonjs/UIKitCatalog.git
synced 2026-03-25 08:55:51 +00:00
55 lines
4.3 KiB
XML
55 lines
4.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14810.12" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="hIc-I2-PiV">
|
|
<device id="retina4_7" orientation="portrait" appearance="light"/>
|
|
<dependencies>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14766.15"/>
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<scenes>
|
|
<!--Picker View-->
|
|
<scene sceneID="gkd-fd-9L5">
|
|
<objects>
|
|
<viewController id="hIc-I2-PiV" customClass="PickerViewController" customModule="UIKitCatalog" customModuleProvider="target" sceneMemberID="viewController">
|
|
<view key="view" contentMode="scaleToFill" id="EB5-Ny-mbq">
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<pickerView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cg8-rc-3S1">
|
|
<rect key="frame" x="0.0" y="31" width="375" height="216"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="375" id="8om-ul-xFq"/>
|
|
</constraints>
|
|
<connections>
|
|
<outlet property="dataSource" destination="hIc-I2-PiV" id="Kgo-IJ-YBF"/>
|
|
<outlet property="delegate" destination="hIc-I2-PiV" id="M2g-de-Xb2"/>
|
|
</connections>
|
|
</pickerView>
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="J93-zx-EMb">
|
|
<rect key="frame" x="20" y="255" width="335" height="392"/>
|
|
</view>
|
|
</subviews>
|
|
<color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
|
|
<constraints>
|
|
<constraint firstItem="4kY-K9-p6O" firstAttribute="trailing" secondItem="J93-zx-EMb" secondAttribute="trailing" constant="20" id="7Rf-B1-Bit"/>
|
|
<constraint firstItem="J93-zx-EMb" firstAttribute="top" secondItem="cg8-rc-3S1" secondAttribute="bottom" constant="8" id="Jtc-3w-c4S"/>
|
|
<constraint firstItem="4kY-K9-p6O" firstAttribute="bottom" secondItem="J93-zx-EMb" secondAttribute="bottom" constant="20" id="LMc-6C-Koj"/>
|
|
<constraint firstItem="cg8-rc-3S1" firstAttribute="centerX" secondItem="4kY-K9-p6O" secondAttribute="centerX" id="Qpi-Yb-gej"/>
|
|
<constraint firstItem="4kY-K9-p6O" firstAttribute="top" secondItem="cg8-rc-3S1" secondAttribute="top" constant="13" id="ZKM-Nq-hlH"/>
|
|
<constraint firstItem="J93-zx-EMb" firstAttribute="leading" secondItem="4kY-K9-p6O" secondAttribute="leading" constant="20" id="nDF-gQ-SPP"/>
|
|
</constraints>
|
|
<viewLayoutGuide key="safeArea" id="4kY-K9-p6O"/>
|
|
</view>
|
|
<navigationItem key="navigationItem" title="Picker View" id="dbS-ug-Aqt"/>
|
|
<simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/>
|
|
<connections>
|
|
<outlet property="colorSwatchView" destination="J93-zx-EMb" id="RbW-5c-x35"/>
|
|
<outlet property="pickerView" destination="cg8-rc-3S1" id="EWd-rS-iAP"/>
|
|
</connections>
|
|
</viewController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="TYZ-t7-BMO" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="1225" y="3368"/>
|
|
</scene>
|
|
</scenes>
|
|
</document>
|