| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17506" 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="17505"/>
- <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="ReservoirHUDView" customModule="MinimedKitUI" 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" translatesAutoresizingMaskIntoConstraints="NO" id="UOD-1q-wHA" customClass="LevelMaskView" customModule="LoopKitUI">
- <rect key="frame" x="10" y="5" width="22" height="29"/>
- <constraints>
- <constraint firstAttribute="height" constant="29" id="gdu-Kp-mV8"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="image" keyPath="maskImage" value="reservoir_mask"/>
- </userDefinedRuntimeAttributes>
- </view>
- <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="1000" verticalHuggingPriority="1000" image="reservoir" translatesAutoresizingMaskIntoConstraints="NO" id="zcH-tM-6Pm">
- <rect key="frame" x="10" y="0.0" width="22" height="34"/>
- <constraints>
- <constraint firstAttribute="width" constant="22" id="27G-w5-6JR"/>
- <constraint firstAttribute="height" constant="34" id="iHS-ze-rHu"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="UOD-1q-wHA" firstAttribute="centerX" secondItem="zcH-tM-6Pm" secondAttribute="centerX" id="2qh-7U-U7N"/>
- <constraint firstItem="UOD-1q-wHA" firstAttribute="width" secondItem="zcH-tM-6Pm" secondAttribute="width" id="PWW-DH-nVr"/>
- <constraint firstItem="zcH-tM-6Pm" firstAttribute="centerX" secondItem="sSE-Jz-j8k" secondAttribute="centerX" id="WDC-Uo-EVH"/>
- <constraint firstItem="UOD-1q-wHA" firstAttribute="top" secondItem="zcH-tM-6Pm" secondAttribute="top" constant="5" id="hKN-SU-NsT"/>
- <constraint firstItem="zcH-tM-6Pm" firstAttribute="centerY" secondItem="sSE-Jz-j8k" secondAttribute="centerY" id="orx-zV-Uqu"/>
- <constraint firstAttribute="height" constant="34" id="r0H-AZ-Q6h"/>
- </constraints>
- </view>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="44U" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="g9J-nS-4US">
- <rect key="frame" x="11" y="14.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="sSE-Jz-j8k" firstAttribute="width" secondItem="Fgu-h0-N6n" secondAttribute="width" id="587-U6-odp"/>
- <constraint firstItem="sSE-Jz-j8k" firstAttribute="centerY" secondItem="Fgu-h0-N6n" secondAttribute="centerY" id="7BA-aC-c4z"/>
- <constraint firstItem="g9J-nS-4US" firstAttribute="centerX" secondItem="sSE-Jz-j8k" secondAttribute="centerX" id="ADM-vN-GBJ"/>
- <constraint firstItem="g9J-nS-4US" firstAttribute="centerY" secondItem="sSE-Jz-j8k" secondAttribute="centerY" constant="-2" id="NeR-1T-w3W"/>
- <constraint firstItem="sSE-Jz-j8k" firstAttribute="centerX" secondItem="Fgu-h0-N6n" secondAttribute="centerX" id="VWt-od-IHu"/>
- </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="reservoir" width="28" height="44"/>
- <image name="reservoir_mask" width="28" height="39"/>
- <systemColor name="systemBlueColor">
- <color red="0.0" green="0.47843137254901963" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </systemColor>
- </resources>
- </document>
|