简体   繁体   中英

How can I tell which method in my protocol is not implemented?

I am developing an iPhone app in Cocoa.

I have a warning in XCode reading "method in protocol not implemented." My protocol has 50 methods.

Is there a way for XCode to efficiently tell me which method(s) is/are not implemented?

Command+4打开“问题”导航器, By Type排序,单击“ Incomplete implementation之前的箭头,您会发现缺少的方法。

除了问题导航角(+1 @fannheyward)之外,选择器还通过构建脚本中的名称进行标识。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM