Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个带有 REQUIRED 参数的类,比如没有 init 的 UITableViewController。
目前我只是在调用 init 时抛出一个异常。
有没有办法完全停用它?
不,只需将其重新定义为某些错误条件。无论如何,这是一种糟糕的风格,我质疑你的动机。
任何对象的不存在方法(类层次结构中的任何位置)都会导致运行时抛出异常。如果这就是您所说的停用方法的意思,并且您已经抛出异常,那么您已经完成了。