I'm creating a settings bundle for my app to allow users to set their default application server. How should I be validating the user input for a Text Field in the settings?
I've found this post from 6 years ago, and also have read through the apple docs and realize there is no mention of input validation.