Skip to content

Commit

Permalink
[taskyL10n] add launchscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed May 3, 2016
1 parent 41cd26d commit 12a1618
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TaskyL10n/TaskyiOS/Info.plist
Expand Up @@ -35,5 +35,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
</dict>
</plist>
40 changes: 40 additions & 0 deletions TaskyL10n/TaskyiOS/Resources/LaunchScreen.storyboard
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8191" systemVersion="14E46" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="LE5-Z4-Am4"/>
<viewControllerLayoutGuide type="bottom" id="mNk-pX-FNy"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="4AM-jj-fek">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="splash-xamagon" translatesAutoresizingMaskIntoConstraints="NO" id="e3X-hv-tO0">
<rect key="frame" x="236" y="236" width="128" height="128"/>
<animations/>
</imageView>
</subviews>
<animations/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="e3X-hv-tO0" firstAttribute="centerY" secondItem="4AM-jj-fek" secondAttribute="centerY" id="KYd-0x-jga"/>
<constraint firstItem="e3X-hv-tO0" firstAttribute="centerX" secondItem="4AM-jj-fek" secondAttribute="centerX" id="bdz-0K-If4"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
<resources>
<image name="splash-xamagon" width="128" height="128"/>
</resources>
</document>
3 changes: 3 additions & 0 deletions TaskyL10n/TaskyiOS/TaskyiOSL10n.csproj
Expand Up @@ -111,4 +111,7 @@
<ItemGroup>
<ITunesArtwork Include="Images\Icons\512_icon.png" />
</ItemGroup>
<ItemGroup>
<InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
</ItemGroup>
</Project>

0 comments on commit 12a1618

Please sign in to comment.