Jay Buangan
Jay Buangan
It crashes when I show the modal. And it happens at random times. Sometimes I can show the modal for a particular link 2 or 3 times before eventually crashing....
It still showing that same line. I tried to debug step by step and it crashes when i present the viewcontroller. `self.presentViewController(webModalNC, animated: true, completion: nil)`
I declared webModalNC as weak at the top 'weak var webModalNC: UINavigationController?' and now it's always nil even after initializing the UINavigationController in showSource().
not sure if i'm doing this right.. https://gist.github.com/jaybuangan/1a8c020ac2b2b213928bc2afa865be22 i took out all the tableview code. basically there's a view in a tableviewcell that when clicked, calls a delegate function "showSource"...