J'ai une image rectangle (jpg) et je veux l'utiliser pour remplir l'arrière-plan d'un bouton avec un coin arrondi en xcode. J'ai écrit ce qui suit: UIButton *button = [[UIButton buttonWithType:UIButtonTypeRoundedRect] retain]; CGRect frame = CGRectMake(x, y, cardWidth, cardHeight); button.frame =...