views:

30

answers:

2

I want an empty date picker for my app's launch image. Preferrably no text at all in any of the picker views.

Short of defining a custom UIPickerView to look that way, is there any way to do this?

A: 

As best I can tell, the answer is "No". What I did was setup a UIPickerView to look almost exactly the same. But I think I like the image editing solution a little better.

William Jockusch
A: 

The answer is in fact no. But this should be simple enough to do in any image editing program. Just copy and paste empty strips from left to right over the letters. I've done this with the Keyboard for my own launch image as well.

Jus' Wondrin'