Questions tagged [side-menu]

204 questions
-2
votes
1 answer

Side menu bar with jonkykong cocoapod problem

I having a problem with my project. I followed code-less strotyboard implementation. My menubar isn't show correctly as you can see my pictures below. I also read a example of yours but I could not find solution. Is anyone using tjis cocoapod help…
-2
votes
1 answer

Navigation Drawer from right to left?

I am using android studio 3.1 and I want to change the drawer so that it is shown from the right side . I tried android:layout_gravity="end" and that worked for me fine when swipping from rtl , but I still have one problem with the menu button on…
-2
votes
2 answers

change the font size of reveal sidebar menu from programming in swift

Regarding to the following image: How do I increase the font size? This is the code of BackTableVC.swift: import Foundation class BackTableVC: UITableViewController { var tableArray = [String]() override func viewDidLoad() { …
-2
votes
2 answers

How to add SideMenu without POD and Carthage?

I want to add this Side Menu without using POD or Carthage, How can i do this.
Varun Naharia
  • 5,318
  • 10
  • 50
  • 84
-3
votes
1 answer

Cannot Remove Launcher from sideMenu swift

My app look like this Then I click on menu it look like this, then click test Then click on button Close I'm looking for way to remove last uiview. Please help. here is my code import UIKit class TabBarCtr: UITabBarController{ var…
-3
votes
1 answer

I have added side menu in iOS app, but menu appearing in black color

I have added side menu using this iOS Library by code implementation. Below code written in view did load func: let menuRightNavigationController = UISideMenuNavigationController(rootViewController:…
Huzaifa ameen
  • 143
  • 1
  • 8
-3
votes
1 answer

How to make sidemenu in swift (subSidemenu

I made sidemenu. but i have some question. when i clicked button on the sidemenu, appear an other side button. look like this image when i clicked sidemenu button, appear subSidemenu. I don't know how to say this function.
chen
  • 39
  • 1
  • 2
  • 6
-3
votes
2 answers

Cannot add values to a UITableViewCell

I have two view controllers, one of them part being a side menu. I try to init its cells with data from an array but I keep having errors when trying to assign a value to a cell label text. Here is the code I have: class TableViewCell:…
radar
  • 500
  • 1
  • 6
  • 24
-4
votes
2 answers

Implementing side menu for iOS App, app crashing on gestures to present.

I am trying to implement side menu for my iOS app, using this library https://github.com/jonkykong/SideMenu By code implementation, below the code written in view did load func: let menuRightNavigationController =…
Huzaifa ameen
  • 143
  • 1
  • 8
1 2 3
13
14