Pytania oznaczone «contentmode»

92
UIButton nie nasłuchuje ustawienia trybu treści?

firstButton to UIButton typu Custom. Programowo umieszczam trzy z nich w każdej komórce tabeli, w ten sposób: [firstButton setImage:markImage forState:UIControlStateNormal]; [firstButton setContentMode:UIViewContentModeScaleAspectFit]; [cell.contentView addSubview:firstButton]; W innym...