Hi,
I have a UITextField with a custom background, but now i want to change the text's position, so i have to use drawTextInRect:, but i can't figure out how to use it. The documentation says:
You should not call this method directly. If you want to customize the drawing behavior for the text, you can override this method to do your drawing.
But how to override a method?
Thanks in advance