Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit e5c2386

Browse files
committed
Fix typo in LaucnScreen.XIB
1 parent 84031f2 commit e5c2386

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

iOS8-Swift-TableView-CoreData-Example/Base.lproj/LaunchScreen.xib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
33
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
4+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
55
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
66
</dependencies>
77
<objects>
@@ -11,7 +11,7 @@
1111
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
1212
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1313
<subviews>
14-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 Diego Rossini Vieira. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
14+
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="by Diego Rossini Vieira - 2015" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
1515
<rect key="frame" x="20" y="439" width="441" height="21"/>
1616
<fontDescription key="fontDescription" type="system" pointSize="17"/>
1717
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>

0 commit comments

Comments
 (0)