mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
60 lines
4.8 KiB
XML
60 lines
4.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11542" systemVersion="15G1108" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="NO" initialViewController="BYZ-38-t0r">
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<development version="7000" identifier="xcode"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/>
|
|
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
|
|
</dependencies>
|
|
<scenes>
|
|
<!--Shadow Drag Square Example View Controller-->
|
|
<scene sceneID="tne-QT-ifu">
|
|
<objects>
|
|
<viewController id="BYZ-38-t0r" customClass="ShadowDragSquareExampleViewController" customModule="MaterialComponentsCatalog" customModuleProvider="target" sceneMemberID="viewController">
|
|
<layoutGuides>
|
|
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
|
|
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
|
|
</layoutGuides>
|
|
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
|
|
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Move the Blue Square" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9g7-Qk-Ha2">
|
|
<rect key="frame" x="20" y="559" width="560" height="21"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="21" id="AtH-1D-e53"/>
|
|
</constraints>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ase-yR-0nJ" customClass="ExampleShadowedView" customModule="MaterialComponentsCatalog" customModuleProvider="target">
|
|
<rect key="frame" x="220" y="220" width="160" height="160"/>
|
|
<color key="backgroundColor" red="0.01176470588" green="0.66274509800000003" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="160" id="9IK-jn-gMh"/>
|
|
<constraint firstAttribute="width" constant="160" id="fIg-cl-yLJ"/>
|
|
</constraints>
|
|
</view>
|
|
</subviews>
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
|
|
<constraints>
|
|
<constraint firstItem="Ase-yR-0nJ" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" id="5RD-ko-YZ4"/>
|
|
<constraint firstAttribute="leadingMargin" secondItem="9g7-Qk-Ha2" secondAttribute="leading" id="RlT-8c-64V"/>
|
|
<constraint firstAttribute="trailingMargin" secondItem="9g7-Qk-Ha2" secondAttribute="trailing" id="Xt5-NV-LxX"/>
|
|
<constraint firstItem="Ase-yR-0nJ" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="YMI-mg-Vhf"/>
|
|
<constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="9g7-Qk-Ha2" secondAttribute="bottom" constant="20" id="mbt-wH-vAs"/>
|
|
</constraints>
|
|
</view>
|
|
<connections>
|
|
<outlet property="blueView" destination="Ase-yR-0nJ" id="PWP-iJ-jzx"/>
|
|
</connections>
|
|
</viewController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="383" y="532"/>
|
|
</scene>
|
|
</scenes>
|
|
<color key="tintColor" red="0.011764705882352941" green="0.66274509803921566" blue="0.95686274509803915" alpha="1" colorSpace="calibratedRGB"/>
|
|
</document>
|