Use delegate pattern for canceled login.

Move isNewRecord to model level.
Create rkcurl script.
This commit is contained in:
Jeremy Ellison
2011-01-20 11:49:02 -05:00
parent 88943469d8
commit b20b78e57f
16 changed files with 105 additions and 33 deletions

View File

@@ -9,10 +9,11 @@
#import <Foundation/Foundation.h>
#import "DBAuthenticatedTableViewController.h"
#import "DBPost.h"
#import "DBTopic.h"
@interface DBPostTableViewController : DBAuthenticatedTableViewController <RKObjectLoaderDelegate, TTTextEditorDelegate, UIImagePickerControllerDelegate, UINavigationControllerDelegate> {
DBPost* _post;
NSNumber* _topicID;
DBTopic* _topic;
TTTextEditor* _bodyTextEditor;
TTImageView* _currentAttachmentImageView;