Est-il possible d'ajuster la position x, y pour titleLabel de UIButton?

Est-il possible d'ajuster la position x, y pour le titleLabelde a UIButton? Voici mon code: UIButton *btn = [UIButton buttonWithType:UIButtonTypeRoundedRect]; [btn setFrame:CGRectMake(0.0f, 0.0f, 100.0f, 100.0f)]; [btn setTitle:[NSString stringWithFormat:@"Button %d", i+1]