So ändern Sie die Schrift der Schaltflächen programmatisch schnell
myButton.titleLabel?.font = UIFont(name: YourfontName, size: 20)
Encouraging Eland
myButton.titleLabel?.font = UIFont(name: YourfontName, size: 20)