Skip to content
This repository was archived by the owner on Nov 28, 2020. It is now read-only.
This repository was archived by the owner on Nov 28, 2020. It is now read-only.

a bug in the didSelectItemAtIndexPath #1

@qimuya3

Description

@qimuya3

like this:

  • (void) collectionView:(PMBrowsingCollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath
    {
    NSInteger r = indexPath.row;
    NSInteger sec = indexPath.section;
    NSInteger item = indexPath.item;
    DLog(@"Selected item at %@", indexPath);
    }

Question is : the variable sec is always is 0, although I touch in the section 2,3 .....;

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