-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels