Anton

Results 6 issues of Anton

Update framework to support scrubbing across sequenced animations: - Currently the framework only supports scrubbing across a single FAAnimationGroup - Need to implement ability to trigger/pause and scrub sub animations...

enhancement

Does anyone know how to map a dictionary of dictionaries to a root level class instance? My intent is to somehow map the following class (class) PageConfig -> val analyticsPrefix...

The model generation script did not import the U2MapperKit framework causing errors. Even if the user manually imported the framework, the changes were overwritten. This pull request should fix the...

When developing multi-platform applications, at times there is a need to share common configuration that can be used to drive logic in their respective platform. Generally the configurations shared are...

From many discussions with developers, it appears that it would be beneficial to remove the external class that inherits from underscored internal class, and allow the developer to manually inherit...

Currently there is no way of inheriting from a base class when using other frameworks. Examples include: - Inheriting from Object when using Realm - Inheriting from NSManagedObject when using...

enhancement