SlideMenuControllerSwift icon indicating copy to clipboard operation
SlideMenuControllerSwift copied to clipboard

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.

Results 102 SlideMenuControllerSwift issues
Sort by recently updated
recently updated
newest added

hi view is not disposing after moving to another screen. I.e..,view is not reloading if we open screen A from side menu and again open screen B from side menu...

I have integrated your slidemenucontroller in my app, but it has some issue. Why is there small white space? ![screen shot 2017-12-23 at 10 57 52 am](https://user-images.githubusercontent.com/17522991/34318768-3a749de4-e7d0-11e7-80d4-b6d62cf806df.png)

Integrate in Xcode Version 9.0 beta 3. Issue: **Declarations from extensions cannot be overridden yet** Please see screenshot.

Refactored "isTagetViewController" to "isTargetViewController"

My code: func viewDidLoad() { let Screen = storyboard?.instantiateViewController(withIdentifier: "sampleVC") as! SampleViewController self.sampleVC = UINavigationController(rootViewController: Screen) } @IBAction func close(_ sender: Any) { // slideMenuController()?.toggleLeft() self.slideMenuController()?.changeMainViewController(sampleVC, close: true) } **While...

This should fix both issues discussed privately: 1 - When the mainView contains a map and the menu is opened by a swipe the map shouldn't be scrolling too. 2...

Hi, I have downloaded your example and I realized that when scrolling the table the delegate methods are being called. The console is printing "leftWillClose" when dragging the scroll of...

Hello, I am adding custom toolbar in self.navigationcontoller.toolbar.addsubview . It is showing properly but touch not working first time when push and again pop some view then it is working....