| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
- <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="OmnipodReservoirView" customModule="OmniKitUI" customModuleProvider="target">
- <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="sSE-Jz-j8k">
- <rect key="frame" x="0.0" y="5" width="42" height="34"/>
- <subviews>
- <view contentMode="scaleAspectFit" horizontalHuggingPriority="1000" verticalHuggingPriority="1000" horizontalCompressionResistancePriority="1000" verticalCompressionResistancePriority="1000" translatesAutoresizingMaskIntoConstraints="NO" id="UOD-1q-wHA" customClass="LevelMaskView" customModule="LoopKitUI">
- <rect key="frame" x="9" y="1" width="24" height="32"/>
- <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="zcH-tM-6Pm">
- <rect key="frame" x="9" y="1" width="24" height="32"/>
- <constraints>
- <constraint firstAttribute="width" constant="24" id="f17-KV-Lbl"/>
- <constraint firstAttribute="height" constant="32" id="x53-7y-spn"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="UOD-1q-wHA" firstAttribute="height" secondItem="zcH-tM-6Pm" secondAttribute="height" id="BEM-p9-qgs"/>
- <constraint firstItem="UOD-1q-wHA" firstAttribute="centerY" secondItem="zcH-tM-6Pm" secondAttribute="centerY" id="D6g-ew-zaj"/>
- <constraint firstItem="UOD-1q-wHA" firstAttribute="top" secondItem="zcH-tM-6Pm" secondAttribute="top" id="Hga-SI-I20"/>
- <constraint firstItem="zcH-tM-6Pm" firstAttribute="centerY" secondItem="sSE-Jz-j8k" secondAttribute="centerY" id="ORf-hd-0C8"/>
- <constraint firstItem="UOD-1q-wHA" firstAttribute="centerX" secondItem="zcH-tM-6Pm" secondAttribute="centerX" id="SUG-8K-Xef"/>
- <constraint firstItem="UOD-1q-wHA" firstAttribute="leading" secondItem="zcH-tM-6Pm" secondAttribute="leading" id="eON-ss-sZK"/>
- <constraint firstAttribute="height" constant="34" id="sJq-p5-bfQ"/>
- <constraint firstItem="UOD-1q-wHA" firstAttribute="width" secondItem="zcH-tM-6Pm" secondAttribute="width" id="sOe-M9-VCh"/>
- <constraint firstItem="zcH-tM-6Pm" firstAttribute="centerX" secondItem="sSE-Jz-j8k" secondAttribute="centerX" id="xaI-TL-8ur"/>
- </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="g9J-nS-4US">
- <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" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <accessibility key="accessibilityConfiguration" label="Reservoir Volume">
- <bool key="isElement" value="YES"/>
- </accessibility>
- <constraints>
- <constraint firstItem="sSE-Jz-j8k" firstAttribute="centerY" secondItem="Fgu-h0-N6n" secondAttribute="centerY" id="7Dz-vC-CYB"/>
- <constraint firstItem="sSE-Jz-j8k" firstAttribute="centerX" secondItem="g9J-nS-4US" secondAttribute="centerX" id="IMI-Cz-zq7"/>
- <constraint firstItem="g9J-nS-4US" firstAttribute="centerY" secondItem="sSE-Jz-j8k" secondAttribute="centerY" constant="-7" id="NeR-1T-w3W"/>
- <constraint firstItem="sSE-Jz-j8k" firstAttribute="centerX" secondItem="Fgu-h0-N6n" secondAttribute="centerX" id="nVP-rd-bh6"/>
- <constraint firstItem="sSE-Jz-j8k" firstAttribute="width" secondItem="Fgu-h0-N6n" secondAttribute="width" id="z07-AX-Q8U"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="levelMaskView" destination="UOD-1q-wHA" id="nsX-iI-myz"/>
- <outlet property="volumeLabel" destination="g9J-nS-4US" id="5ki-bV-jMd"/>
- </connections>
- <point key="canvasLocation" x="-12.800000000000001" y="-136.28185907046478"/>
- </view>
- </objects>
- <resources>
- <image name="pod_reservoir" width="31" height="40"/>
- <image name="pod_reservoir_mask" width="31" height="40"/>
- </resources>
- </document>
|