mirror of
https://github.com/TermiT/Flycut.git
synced 2025-09-13 00:24:38 +08:00
39 lines
2.4 KiB
XML
39 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5023" systemVersion="13A603" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
|
|
<dependencies>
|
|
<deployment defaultVersion="1280" identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CustomSubviewController">
|
|
<connections>
|
|
<outlet property="view" destination="1" id="3"/>
|
|
</connections>
|
|
</placeholder>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<view contentMode="scaleToFill" id="1">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" lineBreakMode="tailTruncation" numberOfLines="2" minimumFontSize="10" id="4">
|
|
<rect key="frame" x="94" y="107" width="255" height="42"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<string key="text">InAppSettingsKit
|
|
Custom Subview</string>
|
|
<fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="17"/>
|
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
<color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
</label>
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="Icon.png" id="5">
|
|
<rect key="frame" x="20" y="92" width="57" height="57"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
</imageView>
|
|
</subviews>
|
|
<color key="backgroundColor" red="0.8980392814" green="0.91372555489999996" blue="0.92549026010000002" alpha="1" colorSpace="deviceRGB"/>
|
|
<simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
|
|
</view>
|
|
</objects>
|
|
<resources>
|
|
<image name="Icon.png" width="57" height="57"/>
|
|
</resources>
|
|
</document>
|