I have two viewController : first and second. Now, first viewcontroller have a tableView, when I click a cell, jump to the second viewController and I want to send a image name from first to second, then second controller presentation the image how to do this?
The language is swift. tips: do not use storyboard,just code!!