• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
UIDatePicker in landscape - displaying items moving into position weirdness
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UIDatePicker in landscape - displaying items moving into position weirdness


  • Subject: UIDatePicker in landscape - displaying items moving into position weirdness
  • From: "Eric E. Dolecki" <email@hidden>
  • Date: Fri, 11 Dec 2009 15:32:16 -0500

I am using a UIDatePicker in landscape - and I have noticed on the device
(in Simulator it works fine) that the animation of the numerals into
position can be seen floating and delayed into position.

What I mean is that if I scroll a column down, I see a number fly up from
the bottom to it's position up top out of view, ready to be displayed if
needed. This numeral should be hidden while being placed. If I scroll
quickly, I'll see an empty column and then the numbers fly up into place.

In my viewDidLoad:

picker.frame = CGRectMake(135,37,205,162);
for(UIView *subview in picker.subviews){
    subview.frame = picker.bounds;
}

Is there a mask or something else that I would need to set the frame for as
well so that the animations look correct? It seems like this control really
doesn't enjoy being used in landscape.

- Eric
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: UIDatePicker in landscape - displaying items moving into position weirdness
      • From: "Eric E. Dolecki" <email@hidden>
  • Prev by Date: Relation Between a View's Bounds and its CTM
  • Next by Date: altering width of NSComboBox's popup
  • Previous by thread: Relation Between a View's Bounds and its CTM
  • Next by thread: Re: UIDatePicker in landscape - displaying items moving into position weirdness
  • Index(es):
    • Date
    • Thread