material-motion-archive / runtime-objc

Archived February 16, 2017 :: Material Motion Runtime for Apple devices
Apache License 2.0
20 stars 3 forks source link

Add add/remove APIs to MDMTransaction and commit the results in the scheduler #79

Closed jverkoey closed 8 years ago

jverkoey commented 8 years ago

Example transaction API usage:

# Associate a named plan with a target.
transaction.add(plan, target, name)

# Remove any named plan from a target.
transaction.remove(name, target)

See the spec for more details.

jverkoey commented 8 years ago

Closed by 0d6f6d682f30f0abd59fbfcafc1bde29773c7879.