/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
shared/ios/Keybase/LaunchScreen.storyboard
41 строка
3 KB
Miles Steele
enlarge launchscreen for ipad (#22415)
07 фев 2020, 18:05
Не верифицирован
07 фев 2020, 18:05
dd8197d
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> <device id="retina5_5" orientation="portrait" appearance="light"/> <dependencies> <deployment identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/> <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"> <layoutGuides> <viewControllerLayoutGuide type="top" id="8ft-rl-Jzp"/> <viewControllerLayoutGuide type="bottom" id="8i4-ag-kNz"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="3m9-kb-ubs"> <rect key="frame" x="0.0" y="0.0" width="414" height="736"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <subviews> <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="hnb-hk-jg1"> <rect key="frame" x="-476" y="-315" width="1366" height="1366"/> </imageView> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <constraints> <constraint firstItem="hnb-hk-jg1" firstAttribute="centerY" secondItem="3m9-kb-ubs" secondAttribute="centerY" id="7c6-sn-YAT"/> <constraint firstItem="hnb-hk-jg1" firstAttribute="centerX" secondItem="3m9-kb-ubs" secondAttribute="centerX" id="wmQ-tz-41O"/> </constraints> </view> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="265" y="346"/> </scene> </scenes> <resources> <image name="LaunchImage" width="1366.3333740234375" height="1366.3333740234375"/> </resources> </document>