| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17126"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="Fgu-h0-N6n" customClass="ReservoirVolumeHUDView" customModule="LoopKitUI">
- <rect key="frame" x="0.0" y="0.0" width="42" height="44"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view clipsSubviews="YES" contentMode="center" horizontalHuggingPriority="1000" verticalHuggingPriority="1000" translatesAutoresizingMaskIntoConstraints="NO" id="8Wy-Sh-GU2">
- <rect key="frame" x="0.0" y="3" width="42" height="38"/>
- <subviews>
- <view contentMode="scaleAspectFit" horizontalHuggingPriority="1000" verticalHuggingPriority="1000" horizontalCompressionResistancePriority="1000" verticalCompressionResistancePriority="1000" translatesAutoresizingMaskIntoConstraints="NO" id="gdW-RC-gEQ" customClass="LevelMaskView" customModule="LoopKitUI">
- <rect key="frame" x="7" y="2.5" width="28" height="29.5"/>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="image" keyPath="maskImage" value="pod_reservoir_mask"/>
- </userDefinedRuntimeAttributes>
- </view>
- <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="1000" verticalHuggingPriority="1000" horizontalCompressionResistancePriority="1000" verticalCompressionResistancePriority="1000" image="pod_reservoir" translatesAutoresizingMaskIntoConstraints="NO" id="SBs-52-9Ml">
- <rect key="frame" x="7.5" y="1" width="27" height="36"/>
- <constraints>
- <constraint firstAttribute="height" constant="36" id="oSP-cc-UGI"/>
- <constraint firstAttribute="width" constant="27" id="ylV-k9-8QN"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="SBs-52-9Ml" firstAttribute="centerX" secondItem="8Wy-Sh-GU2" secondAttribute="centerX" id="03L-OO-uVc"/>
- <constraint firstItem="SBs-52-9Ml" firstAttribute="centerY" secondItem="8Wy-Sh-GU2" secondAttribute="centerY" id="7U6-2T-1wD"/>
- <constraint firstItem="gdW-RC-gEQ" firstAttribute="height" secondItem="SBs-52-9Ml" secondAttribute="height" multiplier="0.819444" id="AH7-6X-Gmk"/>
- <constraint firstItem="gdW-RC-gEQ" firstAttribute="top" secondItem="SBs-52-9Ml" secondAttribute="top" constant="1.5" id="Ffs-dC-322"/>
- <constraint firstItem="gdW-RC-gEQ" firstAttribute="centerX" secondItem="SBs-52-9Ml" secondAttribute="centerX" id="oDl-GG-u5A"/>
- <constraint firstAttribute="height" constant="38" id="olt-s8-seh"/>
- <constraint firstItem="gdW-RC-gEQ" firstAttribute="leading" secondItem="SBs-52-9Ml" secondAttribute="leading" constant="-0.5" id="trC-QK-8g7"/>
- </constraints>
- </view>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="44U" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="7" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1Li-Fa-L6E">
- <rect key="frame" x="11" y="9.5" width="20.5" height="11"/>
- <fontDescription key="fontDescription" type="system" weight="heavy" pointSize="9"/>
- <color key="textColor" systemColor="systemBlueColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <accessibility key="accessibilityConfiguration" label="Reservoir Volume">
- <bool key="isElement" value="YES"/>
- </accessibility>
- <constraints>
- <constraint firstItem="1Li-Fa-L6E" firstAttribute="centerX" secondItem="8Wy-Sh-GU2" secondAttribute="centerX" id="NBh-f2-CSa"/>
- <constraint firstItem="8Wy-Sh-GU2" firstAttribute="width" secondItem="Fgu-h0-N6n" secondAttribute="width" id="Uvj-SW-7kR"/>
- <constraint firstItem="1Li-Fa-L6E" firstAttribute="centerY" secondItem="8Wy-Sh-GU2" secondAttribute="centerY" constant="-7" id="bpz-B1-aFe"/>
- <constraint firstItem="8Wy-Sh-GU2" firstAttribute="centerY" secondItem="Fgu-h0-N6n" secondAttribute="centerY" id="uQK-09-773"/>
- <constraint firstItem="8Wy-Sh-GU2" firstAttribute="centerX" secondItem="Fgu-h0-N6n" secondAttribute="centerX" id="y0x-aG-Cjj"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="levelMaskView" destination="gdW-RC-gEQ" id="fWh-lY-58j"/>
- <outlet property="volumeLabel" destination="1Li-Fa-L6E" id="mPW-rC-N7A"/>
- </connections>
- <point key="canvasLocation" x="-12.800000000000001" y="-136.28185907046478"/>
- </view>
- </objects>
- <resources>
- <image name="pod_reservoir" width="24" height="33"/>
- <image name="pod_reservoir_mask" width="24" height="27"/>
- <systemColor name="systemBlueColor">
- <color red="0.0" green="0.47843137254901963" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </systemColor>
- </resources>
- </document>
|