Hello,
I have code that creates dynamic textfields and places them onto buttons. The amount of text varies since it is pulled from XML files and these files are always changing. I would like to center the TF both vertically and horizontally. This seems to be difficult with dynamic textfields. Is there a way to do this based on the width and height of the textfield. Or do I need to read the number of characters and place the TF based on that?
Thanks for the help.