Files
ContainerController/Example/ContainerControllerSwift/CustomCard/CustomCardHeaderView/CustomCardHeaderView.xib
T
mrustaa 18c90f0c63 Add new 6 screens (BuyStock, CustomCard, Crypto, MapParking, Sport, Taxi)
1 BuyStock
2 CustomCard
3 Crypto
4 MapParking
5 Sport
6 Taxi
2024-07-31 04:54:11 +03:00

45 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CustomCardHeaderView" customModule="ContainerController" customModuleProvider="target">
<connections>
<outlet property="titleLabel" destination="v5F-H7-AKi" id="TDY-bk-7Qj"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0Nb-Xy-oO1" userLabel=" CustomCardHeader">
<rect key="frame" x="0.0" y="0.0" width="273" height="63"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wsx-dn-mf1" userLabel="Rectangle 45">
<rect key="frame" x="0.0" y="0.0" width="273" height="63"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="hi." lineBreakMode="tailTruncation" numberOfLines="100" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="v5F-H7-AKi" userLabel="hi.">
<rect key="frame" x="19" y="21" width="23.5" height="23"/>
<constraints>
<constraint firstAttribute="height" constant="23" id="Rcf-5H-gam"/>
</constraints>
<fontDescription key="fontDescription" type="boldSystem" pointSize="20"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</label>
</subviews>
<constraints>
<constraint firstItem="v5F-H7-AKi" firstAttribute="leading" secondItem="0Nb-Xy-oO1" secondAttribute="leading" constant="19" id="CVh-h3-y1F"/>
<constraint firstAttribute="bottom" secondItem="wsx-dn-mf1" secondAttribute="bottom" id="Ntf-Xs-hcz"/>
<constraint firstItem="wsx-dn-mf1" firstAttribute="top" secondItem="0Nb-Xy-oO1" secondAttribute="top" id="V0l-1P-EZZ"/>
<constraint firstAttribute="trailing" secondItem="wsx-dn-mf1" secondAttribute="trailing" id="kfl-Pl-ydc"/>
<constraint firstItem="wsx-dn-mf1" firstAttribute="leading" secondItem="0Nb-Xy-oO1" secondAttribute="leading" id="rul-QO-eyZ"/>
<constraint firstItem="v5F-H7-AKi" firstAttribute="top" secondItem="0Nb-Xy-oO1" secondAttribute="top" constant="21" id="wB4-KY-SBF"/>
</constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="136.80000000000001" y="-10.344827586206897"/>
</view>
</objects>
</document>