Is there a way to implement Slide Sidebar Menu (Like Facebook app) in IOS Swift without any third party library? I look for solutions but I only founded this feature implemented in Objective-C.
相关问题
- “Zero out” sensitive String data in Swift
- SwiftUI: UIImage (QRCode) does not load after call
- Get the NSRange for the visible text after scroll
- UIPanGestureRecognizer is not working in iOS 13
- What does a Firebase observer actually do?
相关文章
- Using if let syntax in switch statement
- Enum with associated value conforming to CaseItera
- Swift - hide pickerView after value selected
- Is there a Github markdown language identifier for
- How can I vertically align my status bar item text
- Adding TapGestureRecognizer to UILabel in Swift
- Attempt to present UIAlertController on View Contr
- Swift - Snapshotting a view that has not been rend
Slide side bar menus for iOS7 and iOS8, Swift coded.
If you want it at NavigationController level (it means, for al View controllers behind it):
https://github.com/evnaz/ENSwiftSideMenu
If you want it just in one ViewController:
Video: https://www.youtube.com/watch?v=qaLiZgUK2T0
Source-code: http://goo.gl/ULWxJh
In this case, for iOS7 compatibility, just add this "if" condition where the "Add blur view" comment is placed, like this: