Skip to content

Commit

Permalink
Added screenshots and removed the Bounce properties from the table vi…
Browse files Browse the repository at this point in the history
…ew in the storyboard
  • Loading branch information
stefanoa committed Oct 2, 2012
1 parent 2373869 commit 1a8b5b5
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 10 deletions.
Binary file added [email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions SASlideMenu.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
7B05396015E15A7F00D72377 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 7B05395A15E15A7F00D72377 /* [email protected] */; };
7B05396115E15A7F00D72377 /* menuicon.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B05395B15E15A7F00D72377 /* menuicon.png */; };
7B05396215E15A7F00D72377 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 7B05395C15E15A7F00D72377 /* [email protected] */; };
7B1141A5161B621000549B42 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 7B1141A4161B621000549B42 /* [email protected] */; };
7B1141A9161B658D00549B42 /* Screenshot-Landscape.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B1141A7161B658D00549B42 /* Screenshot-Landscape.png */; };
7B1141AA161B658D00549B42 /* Screenshot-Portrait.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B1141A8161B658D00549B42 /* Screenshot-Portrait.png */; };
7B3B2D5415DCE0E1009F4AB8 /* DarkViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B3B2D5315DCE0E1009F4AB8 /* DarkViewController.m */; };
7B8C3FDF15D8D55800E42A41 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B8C3FDE15D8D55800E42A41 /* UIKit.framework */; };
7B8C3FE115D8D55800E42A41 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B8C3FE015D8D55800E42A41 /* Foundation.framework */; };
Expand Down Expand Up @@ -41,6 +44,9 @@
7B05395A15E15A7F00D72377 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
7B05395B15E15A7F00D72377 /* menuicon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = menuicon.png; sourceTree = "<group>"; };
7B05395C15E15A7F00D72377 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
7B1141A4161B621000549B42 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
7B1141A7161B658D00549B42 /* Screenshot-Landscape.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Screenshot-Landscape.png"; sourceTree = "<group>"; };
7B1141A8161B658D00549B42 /* Screenshot-Portrait.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Screenshot-Portrait.png"; sourceTree = "<group>"; };
7B3B2D5215DCE0E1009F4AB8 /* DarkViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DarkViewController.h; sourceTree = "<group>"; };
7B3B2D5315DCE0E1009F4AB8 /* DarkViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DarkViewController.m; sourceTree = "<group>"; };
7B8C3FDA15D8D55800E42A41 /* SASlideMenu.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SASlideMenu.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -89,6 +95,8 @@
7B05395615E15A5E00D72377 /* Images */ = {
isa = PBXGroup;
children = (
7B1141A7161B658D00549B42 /* Screenshot-Landscape.png */,
7B1141A8161B658D00549B42 /* Screenshot-Portrait.png */,
7B05395715E15A7F00D72377 /* menu.png */,
7B05395815E15A7F00D72377 /* [email protected] */,
7B05395915E15A7F00D72377 /* menuhighlighted.png */,
Expand All @@ -108,6 +116,7 @@
7B8C3FCF15D8D55800E42A41 = {
isa = PBXGroup;
children = (
7B1141A4161B621000549B42 /* [email protected] */,
7BF0A6B915DE682A00B3B57F /* README.md */,
7B8C3FE415D8D55800E42A41 /* SASlideMenu */,
7B8C3FDD15D8D55800E42A41 /* Frameworks */,
Expand Down Expand Up @@ -242,6 +251,9 @@
7B05396015E15A7F00D72377 /* [email protected] in Resources */,
7B05396115E15A7F00D72377 /* menuicon.png in Resources */,
7B05396215E15A7F00D72377 /* [email protected] in Resources */,
7B1141A5161B621000549B42 /* [email protected] in Resources */,
7B1141A9161B658D00549B42 /* Screenshot-Landscape.png in Resources */,
7B1141AA161B658D00549B42 /* Screenshot-Portrait.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
1 change: 0 additions & 1 deletion SASlideMenu/SASlideMenu/SASlideMenuViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ -(void) viewWillAppear:(BOOL)animated {
-(void) viewDidLoad{
[super viewDidLoad];


isFirstViewWillAppear = YES;
controllers = [[NSMutableDictionary alloc] init];
self.shield = [[UIView alloc] initWithFrame:CGRectZero];
Expand Down
Binary file added SASlideMenu/Screenshot-Landscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SASlideMenu/Screenshot-Portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 26 additions & 9 deletions SASlideMenu/en.lproj/MainStoryboard.storyboard
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="2.0" toolsVersion="2549" systemVersion="11E53" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="Pgf-f8-pP5">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="2.0" toolsVersion="2840" systemVersion="11E53" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="Pgf-f8-pP5">
<dependencies>
<deployment defaultVersion="1296" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="1498"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="1926"/>
</dependencies>
<scenes>
<!--Example Menu View Controller-->
<scene sceneID="Bn3-En-RaV">
<objects>
<placeholder placeholderIdentifier="IBFirstResponder" id="euw-c2-U7C" userLabel="First Responder" sceneMemberID="firstResponder"/>
<tableViewController id="Pgf-f8-pP5" customClass="ExampleMenuViewController" sceneMemberID="viewController">
<tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="plain" separatorStyle="none" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="Gtp-FD-MB0">
<tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" bounces="NO" dataMode="static" style="plain" separatorStyle="none" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="Gtp-FD-MB0">
<rect key="frame" x="0.0" y="20" width="320" height="460"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="0.19898437499999999" alpha="1" colorSpace="calibratedWhite"/>
Expand Down Expand Up @@ -99,13 +97,13 @@
</tableView>
<simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="blackTranslucent"/>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="euw-c2-U7C" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="259" y="89"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="LJq-kU-pn8">
<objects>
<placeholder placeholderIdentifier="IBFirstResponder" id="TYk-Ij-ZXc" userLabel="First Responder" sceneMemberID="firstResponder"/>
<navigationController definesPresentationContext="YES" id="3fj-CD-h7K" sceneMemberID="viewController">
<navigationBar key="navigationBar" contentMode="scaleToFill" barStyle="blackOpaque" id="BPZ-p8-BCH">
<rect key="frame" x="0.0" y="-44" width="0.0" height="44"/>
Expand All @@ -120,13 +118,13 @@
<segue destination="nfj-qA-Ni2" kind="relationship" relationship="rootViewController" id="Uyg-bH-kRv"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="TYk-Ij-ZXc" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="776" y="-210"/>
</scene>
<!--Dark View Controller-->
<scene sceneID="0le-kl-FE4">
<objects>
<placeholder placeholderIdentifier="IBFirstResponder" id="sIO-dH-ZyV" userLabel="First Responder" sceneMemberID="firstResponder"/>
<viewController id="nfj-qA-Ni2" customClass="DarkViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="wxh-56-Z66">
<rect key="frame" x="0.0" y="64" width="320" height="416"/>
Expand All @@ -135,13 +133,13 @@
</view>
<navigationItem key="navigationItem" id="DCK-dW-ta2"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="sIO-dH-ZyV" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1246" y="-210"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="4Ru-H4-1Ce">
<objects>
<placeholder placeholderIdentifier="IBFirstResponder" id="8eQ-W6-5yF" userLabel="First Responder" sceneMemberID="firstResponder"/>
<navigationController definesPresentationContext="YES" id="UIi-4n-hGr" sceneMemberID="viewController">
<navigationBar key="navigationBar" contentMode="scaleToFill" barStyle="blackOpaque" id="bCe-ec-VsY">
<rect key="frame" x="0.0" y="-44" width="0.0" height="44"/>
Expand All @@ -152,13 +150,13 @@
<segue destination="VbL-Tw-RBD" kind="relationship" relationship="rootViewController" id="mm5-da-dkX"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="8eQ-W6-5yF" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="776" y="423"/>
</scene>
<!--View Controller-->
<scene sceneID="g85-kU-N6m">
<objects>
<placeholder placeholderIdentifier="IBFirstResponder" id="Pr4-Zj-sFF" userLabel="First Responder" sceneMemberID="firstResponder"/>
<viewController id="VbL-Tw-RBD" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="2QE-I7-RTT">
<rect key="frame" x="0.0" y="64" width="320" height="416"/>
Expand All @@ -167,6 +165,7 @@
</view>
<navigationItem key="navigationItem" id="cKj-Uy-cki"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Pr4-Zj-sFF" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1246" y="423"/>
</scene>
Expand All @@ -176,6 +175,24 @@
<image name="row.png" width="1" height="44"/>
<image name="rowselected.png" width="1" height="44"/>
</resources>
<classes>
<class className="DarkViewController" superclassName="UIViewController">
<source key="sourceIdentifier" type="project" relativePath="./Classes/DarkViewController.h"/>
</class>
<class className="ExampleMenuViewController" superclassName="SASlideMenuViewController">
<source key="sourceIdentifier" type="project" relativePath="./Classes/ExampleMenuViewController.h"/>
</class>
<class className="MenuCell" superclassName="UITableViewCell">
<source key="sourceIdentifier" type="project" relativePath="./Classes/MenuCell.h"/>
<relationships>
<relationship kind="outlet" name="disclosureImage" candidateClass="UIImageView"/>
<relationship kind="outlet" name="itemDescription" candidateClass="UILabel"/>
</relationships>
</class>
<class className="SASlideMenuViewController" superclassName="UITableViewController">
<source key="sourceIdentifier" type="project" relativePath="./Classes/SASlideMenuViewController.h"/>
</class>
</classes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
Expand Down

0 comments on commit 1a8b5b5

Please sign in to comment.