facebookarchive / Keyframes

A library for converting Adobe AE shape based animations to a data format and playing it back on Android and iOS devices.
https://facebookincubator.github.io/Keyframes/
Other
5.33k stars 302 forks source link

Fix NSAssert -> NSLog autocompletion-issue #141

Closed hansemannn closed 6 years ago

hansemannn commented 7 years ago

The error-log "Unknown gradient type passed in: xxxx" was written as an NSAssert which simply makes no sense and throws a warning in Xcode 9 when enabling the semantic warnings. This PR fixes this (minor) issue.

hansemannn commented 6 years ago

@LazyChild Is this project still maintained?

renyu-io commented 6 years ago

@hansemannn Sorry for getting back to you so late, thanks for the PR!!