mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-19 21:15:21 +00:00
COVIDSafe code from version 2.4 (#45)
This commit is contained in:
parent
f14aa60482
commit
377bc0009b
63 changed files with 3096 additions and 372 deletions
39
CovidSafe/TableSectionHeaderView.xib
Normal file
39
CovidSafe/TableSectionHeaderView.xib
Normal file
|
@ -0,0 +1,39 @@
|
|||
<?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"/>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
||||
<view contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="2aT-J1-hst" userLabel="SectionHeaderView" customClass="SectionHeaderView" customModule="COVIDSafe" customModuleProvider="target">
|
||||
<rect key="frame" x="0.0" y="0.0" width="354" height="54"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<subviews>
|
||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Updated 31 August 2020 10:30am" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vZq-Ek-gMQ">
|
||||
<rect key="frame" x="16" y="24" width="322" height="24"/>
|
||||
<fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
|
||||
<color key="textColor" red="0.63921568630000003" green="0.098039215690000001" blue="0.098039215690000001" alpha="1" colorSpace="calibratedRGB"/>
|
||||
<nil key="highlightedColor"/>
|
||||
</label>
|
||||
</subviews>
|
||||
<viewLayoutGuide key="safeArea" id="bf0-fV-Xdv"/>
|
||||
<color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
<constraints>
|
||||
<constraint firstItem="vZq-Ek-gMQ" firstAttribute="top" secondItem="2aT-J1-hst" secondAttribute="top" constant="24" id="QWY-Jr-0C9"/>
|
||||
<constraint firstAttribute="trailing" secondItem="vZq-Ek-gMQ" secondAttribute="trailing" constant="16" id="egV-FT-O0S"/>
|
||||
<constraint firstAttribute="bottom" secondItem="vZq-Ek-gMQ" secondAttribute="bottom" constant="6" id="gGA-LE-Pbb"/>
|
||||
<constraint firstItem="vZq-Ek-gMQ" firstAttribute="leading" secondItem="2aT-J1-hst" secondAttribute="leading" constant="16" id="kqy-te-ynu"/>
|
||||
</constraints>
|
||||
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
||||
<connections>
|
||||
<outlet property="title" destination="vZq-Ek-gMQ" id="sI6-Ps-g25"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="866.66666666666674" y="-52.901785714285715"/>
|
||||
</view>
|
||||
</objects>
|
||||
</document>
|
Loading…
Add table
Add a link
Reference in a new issue