Blame view
App/commons/VTopLogo.xib
3.73 KB
d774f0637
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> <device id="retina4_7" orientation="portrait"> <adaptation id="fullscreen"/> </device> <dependencies> <deployment identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VTopLogo" customModule="App" customModuleProvider="target"> <connections> <outlet property="imvLogo" destination="j04-Hs-nw0" id="Cpj-I8-Fx2"/> </connections> </placeholder> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <view contentMode="scaleToFill" id="iN0-l3-epB"> <rect key="frame" x="0.0" y="0.0" width="375" height="54"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <imageView contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon" translatesAutoresizingMaskIntoConstraints="NO" id="j04-Hs-nw0"> <rect key="frame" x="3" y="5" width="45" height="45"/> <constraints> <constraint firstAttribute="height" constant="45" id="Bie-fp-Rkr"/> <constraint firstAttribute="width" constant="45" id="vgV-OH-ztt"/> </constraints> </imageView> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="MOROOKA" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pZy-aD-ISV"> <rect key="frame" x="48" y="6" width="327" height="42"/> <fontDescription key="fontDescription" type="system" weight="black" pointSize="35"/> <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <nil key="highlightedColor"/> </label> </subviews> <color key="backgroundColor" red="0.098039215686274508" green="0.098039215686274508" blue="0.098039215686274508" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <constraints> <constraint firstAttribute="trailing" secondItem="pZy-aD-ISV" secondAttribute="trailing" id="3Yc-0P-FHf"/> <constraint firstItem="j04-Hs-nw0" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="3" id="KOD-A0-PVQ"/> <constraint firstItem="pZy-aD-ISV" firstAttribute="leading" secondItem="j04-Hs-nw0" secondAttribute="trailing" id="R3N-cH-vDa"/> <constraint firstItem="j04-Hs-nw0" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="khQ-gv-4b3"/> <constraint firstItem="pZy-aD-ISV" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="rGh-VN-eo3"/> </constraints> <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/> <point key="canvasLocation" x="28.5" y="-247"/> </view> </objects> <resources> <image name="icon" width="120" height="120"/> </resources> </document> |