Skip to content

Commit ee55bca

Browse files
author
Mykola Vyshynskyi
committed
Issue lxcid#45
- fix: no card
1 parent 1ef7973 commit ee55bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LXRCVFL Example using Storyboard/LXRCVFL Example using Storyboard/LXCollectionViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ - (NSUInteger)supportedInterfaceOrientations {
4949

5050
#pragma mark - Public
5151

52-
- (NSMutableArray *)constructsDeck {
52+
- (NSMutableArray *)deck {
5353
if (!_deck) {
5454
_deck = [NSMutableArray arrayWithCapacity:52];
5555
for (NSInteger theRank = 1; theRank <= 13; theRank++) {

0 commit comments

Comments
 (0)