SlackTextViewController icon indicating copy to clipboard operation
SlackTextViewController copied to clipboard

navigationController is nil when calling super.init(tableViewStyle: .plain)

Open develth opened this issue 7 years ago • 0 comments

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

develth avatar Mar 16 '17 00:03 develth