[Solution found!] CGRect frameRect = textField.frame; frameRect.size.height = 100; // <-- Specify the height you want here. textField.frame…
確定! 回上一頁