Skip to content
Snippets Groups Projects
Commit 84cc7ae1 authored by Claudio Cambra's avatar Claudio Cambra Committed by Felix Paul Kühne
Browse files

macosx: Implement number of items in section for collection view in shows data source


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent 6369acfb
No related branches found
Tags 3.1.5
No related merge requests found
...@@ -146,4 +146,11 @@ ...@@ -146,4 +146,11 @@
{ {
return self.showsArray.count; return self.showsArray.count;
} }
- (NSInteger)collectionView:(NSCollectionView *)collectionView
numberOfItemsInSection:(NSInteger)section
{
return self.showsArray[section].episodeCount;
}
@end @end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment