Skip to content

Commit

Permalink
[Update] Storyboard sample. Autolayout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Casero committed May 12, 2014
1 parent 06b2b0b commit bb12023
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ACPReminderExample/Resources/Storyboards/Storyboard.storyboard
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="5056" systemVersion="13C64" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="uPf-wc-xff">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="5053" systemVersion="13C64" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="uPf-wc-xff">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
</dependencies>
Expand All @@ -16,8 +16,8 @@
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="If you are using simulator, press shif + cmd + h to see the library in action" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="5" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="208" translatesAutoresizingMaskIntoConstraints="NO" id="J5Z-JI-2rc">
<rect key="frame" x="56" y="157" width="208" height="230"/>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Press home button or if you are using simulator, press shif + cmd + h to schedule the notification." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="9" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="224" translatesAutoresizingMaskIntoConstraints="NO" id="J5Z-JI-2rc">
<rect key="frame" x="48" y="160" width="224" height="248"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="30"/>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
Expand All @@ -26,6 +26,10 @@
</subviews>
<color key="backgroundColor" red="0.32027108510000002" green="0.65134973669999996" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<color key="tintColor" red="0.32027108511759017" green="0.6513497366641019" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="centerX" secondItem="J5Z-JI-2rc" secondAttribute="centerX" id="RTu-f9-pEQ"/>
<constraint firstAttribute="centerY" secondItem="J5Z-JI-2rc" secondAttribute="centerY" id="gtA-Lj-FCL"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="FHq-jJ-3vs" userLabel="First Responder" sceneMemberID="firstResponder"/>
Expand Down

0 comments on commit bb12023

Please sign in to comment.