swift版本
一、控制器跳转
//如果是segue,storyBoard时要用那根线identifier的名称,perform 执行
performSegue(withIdentifier: "storyBoard那根线identifier(标识符)", sender: indexPath)
swift版本
一、控制器跳转
//如果是segue,storyBoard时要用那根线identifier的名称,perform 执行
performSegue(withIdentifier: "storyBoard那根线identifier(标识符)", sender: indexPath)
转载于:https://www.cnblogs.com/TheYouth/p/6257294.html