if let view = self.storyboard?.instantiateViewController(withIdentifier: "NewWorkViewController") {
self.navigationController?.pushViewController(view, animated: true)
}
Languages/Swift
if let view = self.storyboard?.instantiateViewController(withIdentifier: "NewWorkViewController") {
self.navigationController?.pushViewController(view, animated: true)
}
댓글