I use an array of 4 buttons and i want to resize the height of them depending on title size. Or resize characters of the title. What is the best and easiest? My buttons are btn1 btn2 btn3 btn4
for i in 0..<buttons.count{
buttons[i].setTitle(Questions.[QNumber].Answers[i], for: UIControlState.normal)
}