LBTableViewCell
原生 UITableViewCell 更改其 image、textLabel、detailTextLabel 属性时不能达到预期效果,而 LBTableViewCell 就是用来解决即使用户更改变量的 image、textLabel、detailTextLabel 也能达到预期效果的问题。
原生 UITableViewCell 更改其 image、textLabel、detailTextLabel 属性时不能达到预期效果,而 LBTableViewCell 就是用来解决即使用户更改变量的 image、textLabel、detailTextLabel 也能达到预期效果的问题。