Skip to content

tableview not working #1

@zezeron

Description

@zezeron

I just added a tableView to mainViewController and tableView did not work anymore.

let navigationController = UINavigationController(rootViewController: MessagesViewController())

let slideMenuController = SlideMenuController(
       mainViewController: navigationController,
       leftViewController: LeftViewController()
)
slideMenuController.allowedRightSwipe = false
slideMenuController.mainNavigationBarLeftToggleButtonIcon = UIImage(named: "menuIcon")

window = UIWindow(frame: UIScreen.main.bounds)
window?.makeKeyAndVisible()
window?.rootViewController = slideMenuController

i can not use repo now!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions