tags:

views:

40

answers:

1

I use [txtfld setBackgroundColor:[UIColor greyColor]] but the compiler sais may not respond and crashes not working!

How can i make the background color grey?

A: 

there is a thread that indicates there is a problem if the field has rounded corners

http://icodeblog.com/2010/01/04/uitextfield-a-complete-api-overview/

Aaron Saunders