views:

17

answers:

0

When one of the UITextFields I have becomes active it causes a Memory Warning, this is what I see in the console:

Received memory warning. Level=2

The thing is that the UITextField has a Font Size 32, Bold, Courier New & I think that loading that specific font is causing the memory warning, is loading a font that "heavy"? if so why? I am setting all the properties of the UITextField from Interface Builder.

Extra info: When the UITextField is not being edited everything seems to work just fine, is not until I begin editing that the device freezes for a second and then shows up the keyboard. I am using this specific font in many other places in my app, and everything I need is for one object to use this font to make the device freeze, after the first load of this font everything runs great.