美文网首页
代码规范

代码规范

作者: LeeDev | 来源:发表于2017-03-28 10:36 被阅读14次
    • 如果IOS 需要抛出异常可以通过下面的方法
    - (instancetype)init
    {
        @throw [NSException exceptionWithName:NSInvalidArgumentException reason:@"Use -initWithCustom:" userInfo:nil];
    }
    
    

    相关文章

      网友评论

          本文标题:代码规范

          本文链接:https://www.haomeiwen.com/subject/fkfjottx.html