You need to set button title textAlignment to center. button.titleLabel?.textAlignment = .center. You don't need to set title text with new line (\n) like ...
確定! 回上一頁