1

I would like to add a UIDatePickerModeTime picker, but the grey area around it seems so ugly to me. I am just wondering what's the best way of removing it? Is there some property I can set or any frame reset?

!enter image description here


Well, I know one of the way to do it would be

Place the picker below a "background" image, which hides everything but the picker itself

Gordon
  • 312,688
  • 75
  • 539
  • 559
dalef
  • 1,941
  • 1
  • 13
  • 18

1 Answers1

0

Well, in that case you can create your own custom date picker with UIPickerView.

This link might help you.

Community
  • 1
  • 1
Baby Groot
  • 4,637
  • 39
  • 52
  • 71