Skip to content

Commit

Permalink
Show better message for 'updated via binding' cell
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Aug 5, 2016
1 parent 3c8e71f commit a6f53fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/JNWCollectionViewDemo/BindingsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ - (void)awakeFromNib {
self.collectionView.animatesSelection = YES;

[self.collectionView reloadData];
self.listData[5].name = @"Binding update!";
self.listData[5].name = @"Updated via binding! (Person #6)";
}

- (NSUInteger)collectionView:(JNWCollectionView *)collectionView numberOfItemsInSection:(NSInteger)section {
Expand Down

0 comments on commit a6f53fa

Please sign in to comment.