SlackTextViewController
SlackTextViewController copied to clipboard
navigationController is nil when calling super.init(tableViewStyle: .plain)
Hi there,
i added SLKTextViewController
to my BaseTableViewController
and set it up like in the docs.
As soon as i add the
required init(coder decoder: NSCoder) {
super.init(tableViewStyle: .plain)
}
to the BaseTableViewController, my self.navigationController
is nil.
How could i fix that?
Thanks & Cheers