-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
311 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 34 additions & 15 deletions
49
DGCAVerifier/Storyboards/Base.lproj/LaunchScreen.storyboard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,52 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> | ||
<device id="retina6_1" orientation="portrait" appearance="light"/> | ||
<device id="retina4_7" orientation="portrait" appearance="light" /> | ||
<dependencies> | ||
<deployment identifier="iOS"/> | ||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/> | ||
<capability name="Safe area layout guides" minToolsVersion="9.0"/> | ||
<capability name="System colors in document resources" minToolsVersion="11.0"/> | ||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | ||
<deployment identifier="iOS" /> | ||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703" /> | ||
<capability name="Safe area layout guides" minToolsVersion="9.0" /> | ||
<capability name="System colors in document resources" minToolsVersion="11.0" /> | ||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0" /> | ||
</dependencies> | ||
<scenes> | ||
<!--View Controller--> | ||
<scene sceneID="EHf-IW-A2E"> | ||
<objects> | ||
<viewController id="01J-lp-oVM" sceneMemberID="viewController"> | ||
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3"> | ||
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/> | ||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/> | ||
<color key="backgroundColor" systemColor="systemBackgroundColor"/> | ||
<rect key="frame" x="0.0" y="0.0" width="414" height="896" /> | ||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES" /> | ||
<subviews> | ||
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="hea_dgf_icons-2" translatesAutoresizingMaskIntoConstraints="NO" id="W44-ZU-RIp"> | ||
<rect key="frame" x="87.5" y="141.5" width="200" height="200" /> | ||
<constraints> | ||
<constraint firstAttribute="width" constant="200" id="nmQ-8g-dAp" /> | ||
<constraint firstAttribute="height" constant="200" id="rTl-re-1de" /> | ||
</constraints> | ||
</imageView> | ||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="BaC-Rv-DYO"> | ||
<rect key="frame" x="0.0" y="0.0" width="375" height="133.5" /> | ||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace" /> | ||
</view> | ||
</subviews> | ||
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY" /> | ||
<color key="backgroundColor" red="0.99607843137254903" green="0.93333333333333335" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="displayP3" /> | ||
<constraints> | ||
<constraint firstItem="W44-ZU-RIp" firstAttribute="top" secondItem="BaC-Rv-DYO" secondAttribute="bottom" constant="8" id="A1q-lp-Ynh" /> | ||
<constraint firstAttribute="trailing" secondItem="BaC-Rv-DYO" secondAttribute="trailing" id="F7A-pY-8Mk" /> | ||
<constraint firstItem="BaC-Rv-DYO" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="JHZ-Yo-7a3" /> | ||
<constraint firstItem="BaC-Rv-DYO" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="JhQ-xG-reB" /> | ||
<constraint firstItem="BaC-Rv-DYO" firstAttribute="height" secondItem="Ze5-6b-2t3" secondAttribute="height" multiplier="0.2" id="g1x-Ss-QDG" /> | ||
<constraint firstItem="W44-ZU-RIp" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="qNG-sL-f4L" /> | ||
</constraints> | ||
</view> | ||
</viewController> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder" /> | ||
</objects> | ||
<point key="canvasLocation" x="53" y="375"/> | ||
<point key="canvasLocation" x="52" y="374.66266866566718" /> | ||
</scene> | ||
</scenes> | ||
<resources> | ||
<systemColor name="systemBackgroundColor"> | ||
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | ||
</systemColor> | ||
<image name="hea_dgf_icons-2" width="201" height="201" /> | ||
</resources> | ||
</document> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.