【发布时间】:2014-09-18 16:35:54
【问题描述】:
这是我的代码
/**
* In touchesBegan: it is considered if it was succesfull click. Automatically changes on/off images
*/
@interface WOC_OnOffImageButton : SKSpriteNode
当我在 Description 内的弹出窗口中按 alt 键单击 WOC_OnOffImageButton 时,我会在一行中看到 In touchesBegan: it is considered if it was succesfull click. Automatically changes on/off images。
我想在... click. Automatically... 之间换行,因为这样更容易阅读。
问题
有没有可能,如果有,怎么做?
【问题讨论】:
-
是的,我试过了,我尝试了 \n,
并且有变体,但没有奏效。 :-( -
您是否尝试在两行之间插入一个实际的换行符?你在说哪个弹出窗口? Xcode 自动完成弹出窗口无法显示多行 cmets。
标签: ios objective-c documentation headerdoc