For some reason, when I add a UITextfield as a subview of the contentview of a tablecell, the clearbutton does not align with the text typed in the field, and appears a bit underneath it. Is there any way I can move the text of the clearbutton to stop this from happening? Thanks for any help,
A:
I haven't seen this, and a screen shot would be helpful. But, the quick answer is that you can inspect the subviews array of the UITextField, find the subview that contains the clear button, and adjust its frame.origin.
sbwoodside
2010-05-29 07:54:15
Thanks for the tip, I'm on the road right now but once I get to a stop, I'll try this out and update you.
Jake
2010-05-29 15:17:51
Yeah im just going to move the subview.
Jake
2010-05-31 04:50:31