Diseñar un gran UI: tipos de aplicaciones De acuerdo con el presentador, Mark Kawano, lo primero para diseñar una gran UI es definir el tipo de aplicación que estás creando y situarla en algún punto entre los siguientes extremos: Su posición indicará qué tipo de contenido ha de incluir y su interfaz de usuario. App [...]
Changing the background color of the selected 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. [...]
Cómo mantener sincronizados una UITableViewCell y su modelo En un UINavigationController tenía puesto un UITableView con una serie de celdas: Al hacer clic sobre alguna de las UITableViewCells, se carga una nueva UIView sobre el UINavigationController para editar, entre otras cosas, el texto de la celda. Ahora, al eliminar esa UIView y volver a la [...]



