forked from organicmaps/organicmaps
[ios] Fixed welcome screen.
This commit is contained in:
parent
0c8ad6eb7e
commit
81b1ead563
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
|
||||
<dependencies>
|
||||
<deployment version="2048" identifier="iOS"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
|
||||
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
|
||||
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
|
||||
</dependencies>
|
||||
|
@ -22,7 +22,7 @@
|
|||
<viewControllerLayoutGuide type="top" id="WHe-e5-0L3"/>
|
||||
<viewControllerLayoutGuide type="bottom" id="jfD-hq-SOU"/>
|
||||
</layoutGuides>
|
||||
<view key="view" contentMode="scaleToFill" id="7pp-pP-9ZU">
|
||||
<view key="view" contentMode="scaleToFill" id="7pp-pP-9ZU" customClass="SolidTouchView">
|
||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
|
@ -175,7 +175,7 @@
|
|||
<viewControllerLayoutGuide type="top" id="hU9-q6-FZ7"/>
|
||||
<viewControllerLayoutGuide type="bottom" id="f75-9I-74y"/>
|
||||
</layoutGuides>
|
||||
<view key="view" contentMode="scaleToFill" id="RNH-dF-vbJ">
|
||||
<view key="view" contentMode="scaleToFill" id="RNH-dF-vbJ" customClass="SolidTouchView">
|
||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
|
@ -316,7 +316,7 @@
|
|||
<viewControllerLayoutGuide type="top" id="GjL-ED-XGn"/>
|
||||
<viewControllerLayoutGuide type="bottom" id="ZGH-fX-kmZ"/>
|
||||
</layoutGuides>
|
||||
<view key="view" contentMode="scaleToFill" id="oVB-IG-dvL">
|
||||
<view key="view" contentMode="scaleToFill" id="oVB-IG-dvL" customClass="SolidTouchView">
|
||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
|
|
Loading…
Add table
Reference in a new issue