Skip to content

Commit

Permalink
small modification to menu example
Browse files Browse the repository at this point in the history
  • Loading branch information
lkzhao committed Feb 15, 2017
1 parent 4ade743 commit 21b61f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Examples/HeroExamples/Examples/Menu.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
</connections>
</button>
<button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hws-Nu-17n">
<rect key="frame" x="8" y="28" width="48" height="48"/>
<rect key="frame" x="8" y="8" width="48" height="48"/>
<constraints>
<constraint firstAttribute="height" constant="48" id="2RT-gr-XeT"/>
<constraint firstAttribute="width" constant="48" id="yyj-0W-K3k"/>
Expand Down Expand Up @@ -208,7 +208,7 @@
<constraint firstItem="dC5-La-4Q6" firstAttribute="centerX" secondItem="pwy-p7-BFt" secondAttribute="centerX" constant="-60" id="D0h-0l-LiF"/>
<constraint firstItem="GXz-0P-hCB" firstAttribute="centerY" secondItem="pwy-p7-BFt" secondAttribute="centerY" constant="60" id="H1D-fx-7zK"/>
<constraint firstItem="SLa-DC-TkS" firstAttribute="centerX" secondItem="pwy-p7-BFt" secondAttribute="centerX" constant="-60" id="MpM-YC-35S"/>
<constraint firstItem="hws-Nu-17n" firstAttribute="top" secondItem="pwy-p7-BFt" secondAttribute="top" constant="28" id="N25-xM-9G7"/>
<constraint firstItem="hws-Nu-17n" firstAttribute="top" secondItem="pwy-p7-BFt" secondAttribute="top" constant="8" id="N25-xM-9G7"/>
<constraint firstItem="GXz-0P-hCB" firstAttribute="centerX" secondItem="pwy-p7-BFt" secondAttribute="centerX" constant="60" id="P79-wN-jmc"/>
<constraint firstItem="zna-x2-9LS" firstAttribute="centerX" secondItem="pwy-p7-BFt" secondAttribute="centerX" constant="-60" id="RNn-ei-S13"/>
<constraint firstItem="0eU-DD-3fj" firstAttribute="centerX" secondItem="pwy-p7-BFt" secondAttribute="centerX" constant="-60" id="cAN-nB-mOH"/>
Expand All @@ -226,15 +226,15 @@
<constraint firstItem="pwy-p7-BFt" firstAttribute="leading" secondItem="bDd-PE-s8d" secondAttribute="leading" id="Y2k-D5-ehx"/>
</constraints>
</view>
<blurEffect style="dark"/>
<blurEffect style="extraLight"/>
</visualEffectView>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="boolean" keyPath="isHeroEnabled" value="YES"/>
</userDefinedRuntimeAttributes>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="n6n-Yr-iiD" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="575" y="-71"/>
<point key="canvasLocation" x="641" y="0.0"/>
</scene>
<!--Menu Page View Controller-->
<scene sceneID="7u7-EV-Uun">
Expand Down

0 comments on commit 21b61f7

Please sign in to comment.