I have one view controller and related to that ViewController i have one tablesource file. I want to open new ViewController on tableview row clicked. i am using navigation controller. how i get the reference of parentViewController in tablesource file so i can get navigationController of parentViewController in tablesource file and open new ViewController.
↧