Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73be895065 | |||
| 00003f098f | |||
| f4b74330c0 |
@@ -10,7 +10,7 @@ import UIKit
|
||||
class PresentedViewController: UIViewController {
|
||||
|
||||
@IBAction private func close() {
|
||||
self.dismiss(animated: true, completion: nil)
|
||||
dismiss(animated: true, completion: nil)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -200,7 +200,6 @@ open class SideMenuNavigationController: UINavigationController {
|
||||
|
||||
// We had presented a view before, so lets dismiss ourselves as already acted upon
|
||||
if view.isHidden {
|
||||
transitionController?.transition(presenting: false, animated: false)
|
||||
dismiss(animated: false, completion: { [weak self] in
|
||||
self?.view.isHidden = false
|
||||
})
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "SideMenu"
|
||||
s.version = "6.4.6"
|
||||
s.version = "6.4.7"
|
||||
s.summary = "Simple side menu control for iOS in Swift inspired by Facebook. Right and Left sides. No coding required."
|
||||
|
||||
# This description is used to generate tags and improve search results.
|
||||
|
||||
Reference in New Issue
Block a user