下载插件后,直接运行,运行完之后关闭Xcode,是彻底关闭,然后就行了
http://download.csdn.net/detail/u013243469/8444541
使用方法:
连续打出三个"/",对于demo的注释很方便
效果:
/** * <#Description#> * * @param tableView <#tableView description#> * @param indexPath <#indexPath description#> * * @return <#return value description#> */ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
http://download.csdn.net/detail/u013243469/8444545
使用方法:
使用 [UIImage imageNamed:]方法时直接跳出,准确来说,是当你打出":"的时候,就弹出了选择图片的界面
原文地址:http://blog.csdn.net/u013243469/article/details/43793101