UIKitCatalog/UIKitCatalog/Base.lproj/CustomToolbarViewController.storyboard
2020-06-17 11:00:09 -08:00

49 lines
3.4 KiB
XML
Executable file

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17132" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="cTo-Y6-RL4">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17105"/>
<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>
<!--Custom Toolbar-->
<scene sceneID="WJu-sj-7Ti">
<objects>
<viewController storyboardIdentifier="CustomToolbarViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="cTo-Y6-RL4" customClass="CustomToolbarViewController" customModule="UIKitCatalog" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="YY9-uv-rey">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="I9n-Qd-HUD">
<rect key="frame" x="0.0" y="623" width="375" height="44"/>
<items>
<barButtonItem title="Item" id="viJ-v6-2TV"/>
</items>
</toolbar>
</subviews>
<viewLayoutGuide key="safeArea" id="DmS-O1-ZiW"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="I9n-Qd-HUD" firstAttribute="leading" secondItem="YY9-uv-rey" secondAttribute="leading" id="B3z-kQ-j9a"/>
<constraint firstAttribute="trailing" secondItem="I9n-Qd-HUD" secondAttribute="trailing" id="oAs-UM-W27"/>
<constraint firstItem="DmS-O1-ZiW" firstAttribute="bottom" secondItem="I9n-Qd-HUD" secondAttribute="bottom" id="ucB-kc-MOE"/>
</constraints>
</view>
<navigationItem key="navigationItem" title="Custom Toolbar" id="zZI-0G-SN0"/>
<connections>
<outlet property="toolbar" destination="I9n-Qd-HUD" id="nLt-aO-KWI"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="3hH-GP-gUk" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="10070" y="3898"/>
</scene>
</scenes>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>