How to change the background color of a cell in a UITableView

| Última modificación: 15 de abril de 2024 | Tiempo de Lectura: 1 minutos

Changing the background color of a cell in a UITableView

The default value for selectedBackgroundView is nil for cells in plain-style tables (UITableViewStylePlain) and non-nil for section-group tables (UITableViewStyleGrouped). If you’re using a plain-style table, you must alloc an init a new UIView with the desired background color, and then assign it to selectedBackgroundView. Otherwise, if you just want a gray background, you should use:
cell.selectionStyle = UITableViewCellSelectionStyleGray;

¡CONVOCATORIA ABIERTA!

Desarrollo de apps móviles ios & Android

Full Stack Bootcamp

Clases en Directo | Profesores en Activo | Temario 100% actualizado