Questions tagged [jonkykong-sidemenu]

6 questions
1
vote
0 answers

how can I present side menu under the navigation bar?

I am using library https://github.com/jonkykong/SideMenu for make iOS app but I don't know how to present sidemenu under the navigation controllers I want like this one. I want this but my app shows this. my app is like this
Skyline-23
  • 23
  • 5
1
vote
1 answer

jonkykong SideMenu presentationStyle stopped working after upgrade to 6.4.8

I am using the jonkykong SideMenu in a Swift 5 xcode project. The following code worked fine before 6.4.8. import UIKit import SideMenu class SideMenuViewController: UITableViewController { @IBOutlet weak var headerView: UIView! @IBOutlet…
bludginozzie
  • 119
  • 2
  • 10
1
vote
2 answers

jonkykong/SideMenu is not working in Xcode 11.3 and iOS 13

Describe the bug Clone and run project in xcode 11.3 with Catalina MacOS and example project will not compile. To Reproduce Steps to reproduce the behavior: Clone/Download project Open it in Xcode 11.3 Compile Example Project See error Expected…
Varun Naharia
  • 5,318
  • 10
  • 50
  • 84
0
votes
1 answer

How can I change TabBarController selected Item from SideMenu?

import SideMenu import UIKit class SideMenuViewController: UITableViewController { //... override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { self.tabBarController?.selectedIndex =…
0
votes
0 answers

How can i navigate back to the prev viewcontroller (yonkykong's SideMenu)

I have a SideMenu and the 2nd item is back to the prev VC but it's not working. Someone help me pls how can i go back? :) class MainViewController: UIViewController { ... } private class HamburgerMenuListController: UITableViewController…
0
votes
1 answer

"this class is not key value coding-compliant" when using SideMenu pod in interface builder

I am using SideMenu pod. While the app is functioning normally I am getting an error of Failed to set (leftSide) user defined inspected property on (UINavigationController): [ setValue:forUndefinedKey:]: this…
Mizal
  • 67
  • 1
  • 8