UPGRADE YOUR SKILLS: Learn advanced Swift and SwiftUI on Hacking with Swift+! >>

Changing the font size of a textField within an alertController - Swift 5 - classic Swift (NOT SwiftUI)

Forums > Swift

In Project5 (classic) of Hacking with Swift, an alertController is created with a textField. The font size of the text field is quite small, can I change the font size and is it possible to change the font itself.

Please keep in mind this is within a alertController. I've tried the normal font settings but nothing seems to work. Below is what I've tried:

// tried this first ac.textFields![0].font = UIFont(name: "Copperplate-Bold", size: 18)

//tried this when the first one didn't work let answer = ac.textFields![0] answer.font = UIFont(name: "Copperplate-Bold", size: 18)

self.submit(answer: answer.text!)

//-------------------------------------------------// Am using the most current version of Swift 5. //-------------------------------------------------//

Thank you - Ed

2      

Hacking with Swift is sponsored by Essential Developer

SPONSORED Join a FREE crash course for mid/senior iOS devs who want to achieve an expert level of technical and practical skills – it’s the fast track to being a complete senior developer! Hurry up because it'll be available only until April 28th.

Click to save your free spot now

Sponsor Hacking with Swift and reach the world's largest Swift community!

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.