Commit c9b9a841 by Daniel Dahan

removed SideNAvigationControllerDelegate call from NAvigationController class

parent 85585b42
Pod::Spec.new do |s|
s.name = 'Material'
s.version = '1.37.0'
s.version = '1.37.1'
s.license = 'BSD'
s.summary = 'Express your creativity with Material, an animation and graphics framework for Google\'s Material Design and Apple\'s Flat UI in Swift.'
s.homepage = 'http://cosmicmind.io'
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.37.0</string>
<string>1.37.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
......@@ -122,10 +122,6 @@ public class NavigationController : UINavigationController, UIGestureRecognizerD
return true
}
public func sideNavigationStatusBarHiddenState(sideNavigationController: SideNavigationController, hidden: Bool) {
print(hidden)
}
/// Handler for the back button.
internal func handleBackButton() {
popViewControllerAnimated(true)
......
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