I have a UITextField from which I'd like to determine the width of the entered text.
The bounds property has just the size of the Textfield but not of the text
CGFloat width = [aTextField.text sizeWithFont:aTextField.font].width;