Skip to content

Commit

Permalink
fix: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amitojsingh committed Apr 26, 2022
1 parent 978cceb commit 5487266
Showing 1 changed file with 32 additions and 23 deletions.
55 changes: 32 additions & 23 deletions ios/SundarGutka/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
@@ -1,47 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="ipad12_9" orientation="portrait" layout="fullscreen" appearance="light"/>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19529"
targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES"
useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="ipad12_9" orientation="portrait" layout="fullscreen" appearance="light" />
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
<deployment identifier="iOS" />
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519" />
<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="1024" height="1366"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<rect key="frame" x="0.0" y="0.0" width="1024" height="1366" />
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES" />
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="SplashScreen" translatesAutoresizingMaskIntoConstraints="NO" id="083-jd-HN7">
<rect key="frame" x="312" y="283" width="400" height="800"/>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit"
horizontalHuggingPriority="251" verticalHuggingPriority="251" image="SplashScreen"
translatesAutoresizingMaskIntoConstraints="NO" id="083-jd-HN7">
<rect key="frame" x="312" y="283" width="400" height="800" />
<constraints>
<constraint firstAttribute="width" secondItem="083-jd-HN7" secondAttribute="height" multiplier="1:2" id="ObO-Gu-qLK"/>
<constraint firstAttribute="height" constant="800" id="Wkv-Nj-jh9"/>
<constraint firstAttribute="width" constant="400" id="lXN-o7-euU"/>
<constraint firstAttribute="width" secondItem="083-jd-HN7" secondAttribute="height"
multiplier="1:2" id="ObO-Gu-qLK" />
<constraint firstAttribute="height" constant="800" id="Wkv-Nj-jh9" />
<constraint firstAttribute="width" constant="400" id="lXN-o7-euU" />
</constraints>
<string key="userLabel" base64-UTF8="YES">
CQ
</string>
CQ
</string>
</imageView>
</subviews>
<viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
<color key="backgroundColor" red="0.16470588235294117" green="0.20000000000000001" blue="0.50588235294117645" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
<viewLayoutGuide key="safeArea" id="Bcu-3y-fUS" />
<color key="backgroundColor" red="0.16470588235294117" green="0.20000000000000001"
blue="0.50588235294117645" alpha="1" colorSpace="custom" customColorSpace="displayP3" />
<constraints>
<constraint firstItem="083-jd-HN7" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="Kzf-hd-nYn"/>
<constraint firstItem="083-jd-HN7" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="OhI-II-7PK"/>
<constraint firstItem="083-jd-HN7" firstAttribute="centerY" secondItem="Ze5-6b-2t3"
secondAttribute="centerY" id="Kzf-hd-nYn" />
<constraint firstItem="083-jd-HN7" firstAttribute="centerX" secondItem="Ze5-6b-2t3"
secondAttribute="centerX" id="OhI-II-7PK" />
</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="52" y="374.66266866566718"/>
<point key="canvasLocation" x="52" y="374.66266866566718" />
</scene>
</scenes>
<resources>
<image name="SplashScreen" width="400" height="800"/>
<image name="SplashScreen" width="400" height="800" />
</resources>
</document>
</document>

0 comments on commit 5487266

Please sign in to comment.