Commit 4c831a62 by Daniel Dahan

development: updated MotionAnimation documentationq

parent 83ff4857
......@@ -239,14 +239,7 @@ open class MotionTransition: NSObject {
return views
}
open func subviews(of view: UIView, views: inout [UIView]) {
for v in view.subviews {
if 0 < v.motionTransitionIdentifier.utf16.count {
views.append(v)
}
subviews(of: v, views: &views)
}
}
}
extension MotionTransition: UIViewControllerTransitioningDelegate {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment