UItableViewCellStyle: typedef NS_ENUM(NSInteger, UITableViewCellStyle) { UITableViewCellStyleDefault, //左边imageView,右边显示textLabel UITableViewCellStyleValue1, // 左边显示imageView,右边显示textLabel与detailTextLabel(横排) UITableViewCellStyleValue2, // 左边显示蓝色的tex…