Skip to content

Animating timer with Duration does not work unless on main thread #4

@otymartin

Description

@otymartin

@andresinaka
When animating the timer with duration, it doesnt work unless run on the mainthread like so...perhaps this should be done in the timer object otherwise you will be left wondering why it doesnt work.

DispatchQueue.main.async {
            snapTimer.animateOuterToValue(100, duration: 100, completion: nil)
        }

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