Skip to content

Commit

Permalink
Ordered project file
Browse files Browse the repository at this point in the history
  • Loading branch information
mpon committed Mar 31, 2015
1 parent 2107bcd commit 1eab465
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
Expand Up @@ -308,12 +308,12 @@
6003F593195388D20070C39A /* RMPZoomTransitionAnimator */ = {
isa = PBXGroup;
children = (
53BA635C1ACAAB4A0075D2AC /* TableViewController */,
6003F59C195388D20070C39A /* AppDelegate.h */,
6003F59D195388D20070C39A /* AppDelegate.m */,
53BA63031ACA7C2A0075D2AC /* NavigationController.h */,
53BA63041ACA7C2A0075D2AC /* NavigationController.m */,
53BA63181ACA9E2D0075D2AC /* CollectionViewController */,
53BA635C1ACAAB4A0075D2AC /* TableViewController */,
53BA63061ACA8F380075D2AC /* DetailViewController.h */,
53BA63071ACA8F380075D2AC /* DetailViewController.m */,
6003F59F195388D20070C39A /* Main_iPhone.storyboard */,
Expand Down
42 changes: 21 additions & 21 deletions Example/RMPZoomTransitionAnimator/Base.lproj/Main_iPhone.storyboard
Expand Up @@ -14,7 +14,7 @@
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="10" sectionFooterHeight="10" id="bf2-vL-GBu">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<color key="backgroundColor" red="0.93725490196078431" green="0.93725490196078431" blue="0.95686274509803926" alpha="1" colorSpace="calibratedRGB"/>
<sections>
<tableViewSection headerTitle="CollectionView" id="fuF-vw-1tw">
<cells>
Expand All @@ -26,7 +26,7 @@
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Navigation Push Transition" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="QtP-fb-ylT">
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="16"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
Expand All @@ -43,7 +43,7 @@
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Modal Transition" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Jmf-NV-Vm6">
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="16"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
Expand All @@ -64,7 +64,7 @@
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Navigation Push Transition" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="JuP-IX-0Ss">
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="16"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
Expand All @@ -81,7 +81,7 @@
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Modal Transition" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="gqn-cq-gUd">
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="16"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
Expand Down Expand Up @@ -139,7 +139,7 @@
<constraint firstAttribute="height" constant="21" id="Msg-Nq-Pu7"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
Expand Down Expand Up @@ -169,7 +169,7 @@
</collectionViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="KTg-4D-swy" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-215" y="-43"/>
<point key="canvasLocation" x="-177" y="-1033"/>
</scene>
<!--Detail-->
<scene sceneID="DMa-3O-Q3n">
Expand All @@ -195,7 +195,7 @@
<constraint firstAttribute="height" constant="55" id="gOj-FJ-lOQ"/>
</constraints>
<fontDescription key="fontDescription" type="boldSystem" pointSize="25"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jEp-cD-jQK">
Expand Down Expand Up @@ -228,7 +228,7 @@
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="T0O-OQ-sw4" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="175" y="-43"/>
<point key="canvasLocation" x="231" y="-1033"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="JiG-Tg-jJM">
Expand Down Expand Up @@ -281,7 +281,7 @@
<constraint firstAttribute="height" constant="21" id="B9c-wP-Ix6"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
Expand Down Expand Up @@ -311,7 +311,7 @@
</collectionViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="fOV-BC-k6O" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-215" y="642"/>
<point key="canvasLocation" x="-177" y="-410"/>
</scene>
<!--Image Table Push-->
<scene sceneID="5Au-7b-Dx3">
Expand All @@ -333,7 +333,7 @@
<constraint firstAttribute="height" constant="21" id="r68-RS-tv8"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="OPQ-E9-bGM">
Expand Down Expand Up @@ -368,7 +368,7 @@
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="LWF-Ah-7hh" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-215" y="1282"/>
<point key="canvasLocation" x="-177" y="234"/>
</scene>
<!--Detail View Controller-->
<scene sceneID="DTH-n2-v0I">
Expand All @@ -394,7 +394,7 @@
<constraint firstAttribute="height" constant="55" id="ACs-va-60K"/>
</constraints>
<fontDescription key="fontDescription" type="boldSystem" pointSize="25"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Y9v-n5-lfe">
Expand Down Expand Up @@ -442,7 +442,7 @@
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="mBK-Gh-1jt" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="175" y="642"/>
<point key="canvasLocation" x="231" y="-410"/>
</scene>
<!--Detail-->
<scene sceneID="CRJ-Nm-1ya">
Expand All @@ -468,7 +468,7 @@
<constraint firstAttribute="height" constant="55" id="GWq-OD-nvP"/>
</constraints>
<fontDescription key="fontDescription" type="boldSystem" pointSize="25"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uhb-q2-OKs">
Expand Down Expand Up @@ -501,7 +501,7 @@
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="x9X-Le-aKu" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="175" y="1282"/>
<point key="canvasLocation" x="231" y="234"/>
</scene>
<!--Image Table Modal-->
<scene sceneID="SuT-5a-S3u">
Expand All @@ -523,7 +523,7 @@
<constraint firstAttribute="height" constant="21" id="ynO-SZ-3Pa"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="3Jb-or-Od3">
Expand Down Expand Up @@ -558,7 +558,7 @@
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="BQS-iE-xDM" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-215" y="1932"/>
<point key="canvasLocation" x="-177" y="916"/>
</scene>
<!--Detail View Controller-->
<scene sceneID="ok6-ly-baf">
Expand All @@ -584,7 +584,7 @@
<constraint firstAttribute="height" constant="55" id="ZTw-pF-yMB"/>
</constraints>
<fontDescription key="fontDescription" type="boldSystem" pointSize="25"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oww-5O-ykE">
Expand Down Expand Up @@ -632,7 +632,7 @@
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="9Iu-g4-RWK" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="175" y="1932"/>
<point key="canvasLocation" x="231" y="916"/>
</scene>
</scenes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
Expand Down

0 comments on commit 1eab465

Please sign in to comment.