I am new to Xcode / Swift and have been following examples online to add a settings bundle to my app.
What I am struggling with is how to limit the number of characters a user can enter in a settings text field. The root.plist
does not seem to have this as an option and this answer seems to be for a textfield within the app rather than one that is changed in settings.
Please can someone point me in the right direction.