dekatotoro / dekatotoro/SlideMenuControllerSwift
can not transmit data to another view while SlideMenuController is class
Open
- Dominant language
- Swift
- Stars
- 3.4k
- Forks
- 742
- PR merge metrics
- No merged PRs in 30d
Description
If i change the class for UIViewController i can get data from another view, but if use SlideMenuController the application has crash.
`class EmpresaViewController: SlideMenuController, UITableViewDataSource{
override func viewDidLoad() {
super.viewDidLoad()
let app = UIApplication.shared.delegate as! AppDelegate
//crash here
self.label.text = app.categoriaEmpresa!
}
}`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.