Skip to content

Commit

Permalink
Move enum from example to category header.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperblues committed Mar 27, 2012
1 parent ea53dea commit cd887cc
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .idea/Round-and-Round-Kit.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/scopes/scope_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/xcode.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file modified Source/.DS_Store
Binary file not shown.
5 changes: 0 additions & 5 deletions Source/Example/FirstViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@

@class SecondViewController;

typedef enum {
LeftToRight = 0,
RightToLeft,
} RotationDirection;

@interface FirstViewController : UIViewController {

@private
Expand Down
5 changes: 5 additions & 0 deletions Source/Main/UINavigationController+PushPopRotated.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@

#define SWIZZLE_BACK YES

typedef enum {
LeftToRight = 0,
RightToLeft,
} RotationDirection;

@interface UINavigationController (PushPopRotated)

- (void) pushViewController:(UIViewController*)controller rotated:(BOOL)rotated;
Expand Down

0 comments on commit cd887cc

Please sign in to comment.