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

¿Es posible ajustar la posición x, y para el titleLabelde a UIButton? Aquí está mi código: UIButton *btn = [UIButton buttonWithType:UIButtonTypeRoundedRect]; [btn setFrame:CGRectMake(0.0f, 0.0f, 100.0f, 100.0f)]; [btn setTitle:[NSString stringWithFormat:@"Button %d", i+1]...