比如
cell.detailTextLabel.text=@"不限";
自动变为
cell.detailTextLabel.text = @"不限";
以前用VS习惯了,现在转换到xCode,没有这个功能,代码全都一坨了
cell.detailTextLabel.text=@"不限";
自动变为
cell.detailTextLabel.text = @"不限";
以前用VS习惯了,现在转换到xCode,没有这个功能,代码全都一坨了
1
keithellis Mar 24, 2015
|