Commit f13ac5a5 by Daniel Dahan

Side Navigation Swap Update

parent 6d9130cc
Pod::Spec.new do |s|
s.name = 'MK'
s.version = '1.24.13'
s.version = '1.24.14'
s.license = { :type => "AGPL-3.0", :file => "LICENSE" }
s.summary = 'Beautiful Material Design in Swift.'
s.homepage = 'http://materialkit.io'
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.24.13</string>
<string>1.24.14</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
......@@ -196,6 +196,7 @@ public class SideNavigationViewController: UIViewController, UIGestureRecognizer
if let v: UIViewController = oldValue {
v.willMoveToParentViewController(nil)
addChildViewController(mainViewController)
mainViewController.view.frame = view.bounds
transitionFromViewController(v,
toViewController: mainViewController,
duration: 0.25,
......
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