This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
avh-plan-ios/AvH Plan/Base.lproj/LaunchScreen.storyboard
T

56 lines
3.8 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15400" 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"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15404"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.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"/>
<subviews>
<tabBar contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" translatesAutoresizingMaskIntoConstraints="NO" id="QLu-GC-NzK">
<rect key="frame" x="0.0" y="813" width="414" height="83"/>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
<viewLayoutGuide key="safeArea" id="h2U-4g-7Ak"/>
<items>
<tabBarItem title=" " image="ic_writing" selectedImage="ic_writing" id="keQ-St-8hM"/>
<tabBarItem title=" " image="ic_idea" selectedImage="ic_idea" id="spn-vi-J6I"/>
<tabBarItem title=" " image="ic_information" selectedImage="ic_information" id="OBW-rE-k7z"/>
<tabBarItem title=" " image="ic_tomato" selectedImage="ic_tomato" id="zev-fl-fMd"/>
</items>
</tabBar>
</subviews>
<color key="backgroundColor" name="colorBackground"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="QLu-GC-NzK" secondAttribute="bottom" id="QQT-h6-ci0"/>
<constraint firstItem="QLu-GC-NzK" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="RJl-XD-nho"/>
<constraint firstAttribute="trailing" secondItem="QLu-GC-NzK" secondAttribute="trailing" id="SEZ-En-0Xe"/>
</constraints>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="52.173913043478265" y="375"/>
</scene>
</scenes>
<resources>
<image name="ic_idea" width="16.5" height="25"/>
<image name="ic_information" width="25" height="25"/>
<image name="ic_tomato" width="25" height="25"/>
<image name="ic_writing" width="25" height="25"/>
<namedColor name="colorBackground">
<color red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
</document>