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

MDMTransaction "add plan" API should be addPlan(_:to) rather than add(plan:to:) #89

Closed jverkoey closed 8 years ago

jverkoey commented 8 years ago

This naming pattern is more consistent with our eventual named plan APIs which will be addPlan and removePlan.

jverkoey commented 8 years ago

Transactions are now deprecated and will be removed in a subsequent release. We're favoring adding plans directly to the scheduler instead.