Resultados de la búsqueda a petición "textlabel"

4 la respuesta

¿Es posible ajustar la posición x, y titleLabel de UIButton?

aqui esta mi codigo UIButton *btn = [UIButton buttonWithType:UIButtonTypeRoundedRect]; [btn setFrame:CGRectMake(0.0f, 0.0f, 100.0f, 100.0f)]; [btn setTitle:[NSString stringWithFormat:@"Button %d", i+1] forState:UIControlStateNormal]; ...

2 la respuesta

l color de @TextLabel cambia automáticamente cuando desplazo UiTableView

Estoy cambiando el color de la etiqueta de texto endidSelectRowAt pero cuando me desplazoUITableView también afecta a otrastextlabel ademá func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { let cell = ...