Estoy pensando en este problema ahora por mucho tiempo.iPhone: ¿Hay alguna manera de cargarFromNib Y tener un reuseIdentifier?
Intento usar diferentes tipos de celdas en mi tabla, cada una tiene su propio controlador de celda y tiene un reuseIdentifier AND load from NIB.
El problema se reduce a esto: puede iniciar una celda a través de [UITableViewCell initWithStyle: reuseIdentifier:] o mediante [NSBundle loadNibNamed: owner: options:].
¿Se pasa por alto algo o hay una posibilidad de tener ambos: cargar desde el plumín y usar reuseIdentifier?
Aquí está su respuesta -> http://stackoverflow.com/questions/413993/loading-a-reusable-uitableviewcell-from-a-nib –