Commit 87ac65d4 by Daniel Dahan

motion issue-34: updated default Motion dependency

parent 8b084b37
......@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
'com.cosmicmind.material.fonts' => ['Sources/**/*.ttf']
}
s.dependency 'Motion', '~> 1.3.0'
s.dependency 'Motion', '~> 1.4.0'
end
end
......@@ -172,11 +172,6 @@ open class TabsController: TransitionController {
super.init(rootViewController: rootViewController)
}
open override func viewWillLayoutSubviews() {
super.viewWillLayoutSubviews()
layoutSubviews()
}
open override func layoutSubviews() {
super.layoutSubviews()
layoutTabBar()
......
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