I've a tableView with custom cells.
Cell has programmatically created button (added via addSubview) in customCell.swift-file (and here we're working)
How can I make an action for this button which will push another viewController via navigationViewcontroller?
(I know how to create action but do not how to push VC from this function)