0

when UIDatepicker rotates from portrait to landscape mode, my UIDatepickerview not autoresizes.though i'm using autoresizingmask property too

user177893
  • 145
  • 1
  • 10

1 Answers1

0

The date picker is a fixed size, 320 x 216.

Thyere are tricks that you can play, using affine transforms and masking but I doubt that this is what you want.

See: UIPicker sizing in landscape mode

Community
  • 1
  • 1
zaph
  • 111,848
  • 21
  • 189
  • 228