Skip to content

Conversation

@vagase
Copy link

@vagase vagase commented May 6, 2012

Move routine out of if scope:

    for (int i = _numberTotalItems - 1; i >= index; i--)
    {
        UIView *oldView = [self cellForItemAtIndex:i];
        oldView.tag = oldView.tag + 1;
    }

Referenced issue:
#89

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant