summaryrefslogtreecommitdiff
path: root/UICaboodle/RVPage.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-08-02 00:07:34 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:08:12 +0000
commit7b0ce2dae1de402fa371933b3254bf19b81a89eb (patch)
treede4092e90e986e872cb6cbaa5006a5d38445d1a8 /UICaboodle/RVPage.h
parent5afbb4b7d503caece8ad938cb7b53a1fd4175ce9 (diff)
Added settings and sources to manage and fixed a few small nits.
Diffstat (limited to 'UICaboodle/RVPage.h')
-rw-r--r--UICaboodle/RVPage.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/UICaboodle/RVPage.h b/UICaboodle/RVPage.h
index 5065dd2..8b0a2e4 100644
--- a/UICaboodle/RVPage.h
+++ b/UICaboodle/RVPage.h
@@ -2,6 +2,13 @@
#import <UIKit/UIView.h>
+enum RVUINavBarButtonStyle {
+ RVUINavBarButtonStyleNormal,
+ RVUINavBarButtonStyleBack,
+ RVUINavBarButtonStyleHighlighted,
+ RVUINavBarButtonStyleDestructive
+};
+
@class NSString;
@class RVBook;
@@ -16,6 +23,9 @@
- (NSString *) leftButtonTitle;
- (UIView *) accessoryView;
+- (RVUINavBarButtonStyle) leftButtonStyle;
+- (RVUINavBarButtonStyle) rightButtonStyle;
+
- (void) _rightButtonClicked;
- (void) _leftButtonClicked;