Skip to content

Commit

Permalink
修改demo数据请求方式#issue12
Browse files Browse the repository at this point in the history
  • Loading branch information
Roylee-ML committed Jul 21, 2016
1 parent fd746c0 commit 2bba222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ - (CustomCollectionView *)collectionView {

- (void)changeSwipeViewIndex:(UISegmentedControl *)seg {
[_swipeTableView scrollToItemAtIndex:seg.selectedSegmentIndex animated:NO];
// request data
[self getDataAtIndex:seg.selectedSegmentIndex];
}

#pragma mark - Data Reuqest
Expand Down

0 comments on commit 2bba222

Please sign in to comment.