ios - 在Objective-c中,我应该使用什么来返回该参数不能为零?
<p><p>我知道我可以通过 NSError 或抛出 NSException 返回该参数不能为 nil,但是在 Objective-c 中通知该参数不能为 nil 的最佳选择是什么?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>文档。</p>
<p>在开发过程中使用断言引发异常。</p>
<p>也返回一个 <code>NSError</code>(但希望它在你投入生产时永远不会发生)。</p></p>
<p style="font-size: 20px;">关于ios - 在Objective-c中,我应该使用什么来返回该参数不能为零?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/23386581/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/23386581/
</a>
</p>
页:
[1]