Re: how to bring up a keyboard as in UITextField

2010-05-23 Thread Scott Andrew
I did something similar for my IPhone combo box. See http://newwavedigitalmedia.com/?p=79. The source is on GitHub as well at http://github.com/scottandrew/NWPickerField. Sent from my iPad On May 23, 2010, at 12:32 PM, Alejandro Marcos Aragón wrote: > Hi everyone, > > I'm trying to reprod

how to bring up a keyboard as in UITextField

2010-05-23 Thread Alejandro Marcos Aragón
Hi everyone, I'm trying to reproduce something similar to what happens when the user touches a UITextField. I want a keyboard to show up to half the screen. I created my own xib file with the keyboard, and everything seems to work fine, except that the upper half of the screen is not transparen