-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated storyboard to reflect version 2 of user experience. With pres…
…et category in beginning
- Loading branch information
1 parent
bf948f4
commit a6e898b
Showing
10 changed files
with
405 additions
and
468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
MonsterAPP_Storyboard_Wireframes/MonsterAPP_Storyboard_Wireframes/ScrollView_Tet.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// | ||
// ScrollView_Tet.h | ||
// MonsterAPP_Storyboard_Wireframes | ||
// | ||
// Created by Sonam Dhingra on 6/8/13. | ||
// Copyright (c) 2013 Sonam Dhingra. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
@interface ScrollView_Tet : UIScrollView | ||
|
||
@end |
31 changes: 31 additions & 0 deletions
31
MonsterAPP_Storyboard_Wireframes/MonsterAPP_Storyboard_Wireframes/ScrollView_Tet.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
// | ||
// ScrollView_Tet.m | ||
// MonsterAPP_Storyboard_Wireframes | ||
// | ||
// Created by Sonam Dhingra on 6/8/13. | ||
// Copyright (c) 2013 Sonam Dhingra. All rights reserved. | ||
// | ||
|
||
#import "ScrollView_Tet.h" | ||
|
||
@implementation ScrollView_Tet | ||
|
||
- (id)initWithFrame:(CGRect)frame | ||
{ | ||
self = [super initWithFrame:frame]; | ||
if (self) { | ||
// Initialization code | ||
} | ||
return self; | ||
} | ||
|
||
/* | ||
// Only override drawRect: if you perform custom drawing. | ||
// An empty implementation adversely affects performance during animation. | ||
- (void)drawRect:(CGRect)rect | ||
{ | ||
// Drawing code | ||
} | ||
*/ | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
|
||
#import <UIKit/UIKit.h> | ||
|
||
|
||
@interface ViewController : UIViewController | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
// | ||
|
||
#import "ViewController.h" | ||
#import "ScrollView_Test.h" | ||
|
||
@interface ViewController () | ||
|
||
|
Binary file added
BIN
+8.24 KB
MonsterAPP_Storyboard_Wireframes/MonsterAPP_Storyboard_Wireframes/chinchilla.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.