Skip to content

修复显示问题 #2

@liuxu0718

Description

@liuxu0718
  • (TTStackSingleCardView *)ttStackCardView {

    static int i;

    if (i < 5) {
    i++;
    return [ChosenCard newCard];
    }

    return nil;
    }
    这里static int i; 换成int i = 0就好了。请问您这块为什么用static int i;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions