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

iOS model objects do not use light-weight generics #88

Open skagedal opened 7 years ago

skagedal commented 7 years ago

For example, KFVector has an NSArray *features, not an NSArray <KFVectorFeature *> *features. Including this type information really helps Swift bindings.