使用Swift我得到了我的"TableViewController"无法访问的错误,因为它没有入口点,也没有通过[UIStoryboard instantiateViewControllerWithIdentifier]进行运行时访问.
在我的View Controller类中,有建议在更改instantiateViewController(withIdentfier...)时修复它instantiateViewController(withIdentifier).
我要这样做,或者我该如何解决这个问题?