mobile-ios/CovidSafe/RestrictionTableView.xib

53 lines
4.5 KiB
Text
Raw Normal View History

2021-02-26 03:41:20 +00:00
<?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" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17505"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="RestrictionTableViewController" customModule="COVIDSafe" customModuleProvider="target">
<connections>
<outlet property="tableFooterView" destination="oOX-VZ-Fzn" id="eKk-h0-N9v"/>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableView opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" bouncesZoom="NO" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" id="i5M-Pr-FkT">
<rect key="frame" x="0.0" y="0.0" width="414" height="865"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<viewLayoutGuide key="safeArea" id="vLr-E1-eTs"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<connections>
<outlet property="dataSource" destination="-1" id="Tng-2m-Rnh"/>
<outlet property="delegate" destination="-1" id="9aC-8N-iBw"/>
</connections>
<point key="canvasLocation" x="140.57971014492756" y="90.066964285714278"/>
</tableView>
<view contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="oOX-VZ-Fzn" userLabel="FooterView">
<rect key="frame" x="0.0" y="0.0" width="354" height="104"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Your selection will only be used to show restrictions in your area. COVIDSafe does not store or use location data." textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kni-np-neg">
<rect key="frame" x="16" y="16" width="322" height="72"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleCallout"/>
<color key="textColor" red="0.58431372549019611" green="0.58431372549019611" blue="0.58431372549019611" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="kni-np-neg" firstAttribute="leading" secondItem="oOX-VZ-Fzn" secondAttribute="leading" constant="16" id="6HL-FN-JJL"/>
<constraint firstAttribute="bottom" secondItem="kni-np-neg" secondAttribute="bottom" constant="16" id="Gyc-I7-zb8"/>
<constraint firstItem="kni-np-neg" firstAttribute="top" secondItem="oOX-VZ-Fzn" secondAttribute="top" constant="16" id="nY6-Zj-cUB"/>
<constraint firstAttribute="trailing" secondItem="kni-np-neg" secondAttribute="trailing" constant="16" id="vVo-kh-ohu"/>
</constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="868.11594202898561" y="-151.33928571428569"/>
</view>
</objects>
</document>