diff options
author | Vitaly Takmazov | 2018-10-31 00:13:21 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-10-31 00:13:21 +0300 |
commit | 2d6630dda9f7c3df0da956c4644f94342d2bb747 (patch) | |
tree | cc312797eb058112dab712ed66adb26ab53d1431 /Juick/ViewControllers/MessagesViewController.h | |
parent | f7f877b0c5a928530d2422937402a983c402743f (diff) |
Refresh data on path changes
Diffstat (limited to 'Juick/ViewControllers/MessagesViewController.h')
-rw-r--r-- | Juick/ViewControllers/MessagesViewController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Juick/ViewControllers/MessagesViewController.h b/Juick/ViewControllers/MessagesViewController.h index 688336b..9478a17 100644 --- a/Juick/ViewControllers/MessagesViewController.h +++ b/Juick/ViewControllers/MessagesViewController.h @@ -16,8 +16,9 @@ @interface MessagesViewController : UITableViewController @property(nonatomic, strong) NSString *path; @property(nonatomic, strong) NSDictionary *params; +@property(nonatomic, assign) BOOL shouldScrollToBottomOnRefresh; + -(void) refreshData; --(void) refreshData:(BOOL)scrollToBottom; @property(nonatomic, strong) NSMutableArray *messages; @property(nonatomic, assign) Boolean dataLoading; |