UITextField not shrinking text

2011-02-01 Thread Remco Poelstra
Hi, When I set an UILabel to adjustFontSizeToFitWidth=YES with a fontSize of 10, the label behaves as expected when I place long text in the label. When I do the same for an UITextField, the text shrinks a bit, but not to font size 10. Does anybody know why that is? Kind regards, Remco

Re: UITextField not shrinking text

2011-02-01 Thread Matt Neuburg
On Tue, 1 Feb 2011 09:03:43 +0100, Remco Poelstra re...@beryllium.net said: Hi, When I set an UILabel to adjustFontSizeToFitWidth=YES with a fontSize of 10, the label behaves as expected when I place long text in the label. When I do the same for an UITextField, the text shrinks a bit, but not