Skip to content

Animation on OSX hangs #522

@wildthink

Description

@wildthink

The recently added CombinationAnimationGenerator.swift fails to compile for OSX.
Adding

#if os(OSX)
import AppKit
#else
import UIKit
#endif

fixes the build but the animation example in the OSX Example hangs.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions