XCode中在提示窗口中对已弃用的API接口画上红线

时间:2014-07-04 07:30:45   收藏:0   阅读:355

当我们在XCode中敲代码时会不断的出现相关API提示窗口,那敲起来是一个爽啊。

bubuko.com,布布扣


有时候会看到一些API已经弃用了被画上红色的横线,说明该接口已经被弃用,仍保留,但不建议使用,对弃用API实现画横线其实很简单,只需要在接口文件(.h)中这样写即可实现上图效果,很简单吧。

/*!
 DEPRECATED: Use the [CustomIOS7AlertView init] method without passing a parent view.
 */
- (id)initWithParentView: (UIView *)_parentView __attribute__ ((deprecated));




XCode中在提示窗口中对已弃用的API接口画上红线,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!