Skip to content

performSelector while scrolling... #2

Description

@iammattq

Hey, just thought I'd drop a note here and thank you for this class.

I noticed that the animations stopped when I was scrolling through a UIScrollView and looked into it. I ended up adding:

inModes:[NSArray arrayWithObject:NSRunLoopCommonModes]

on line 91 : [self performSelector:@selector(runTick:) ... ];

This made the animations run even while scrolling.

Best

Activity

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

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