Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mikezang

macrumors 6502a
Original poster
May 22, 2010
939
41
Tokyo, Japan
I want to show a PickerView with a indicator like in picture, this is copied from my iPad, please give me some siggestion.
 

Attachments

  • pickerview.png
    pickerview.png
    193.8 KB · Views: 138
How to show that above triangle?
Oh, sorry. By "indicator" you meant "triangle". I guess I wasn't able to derive that from the first post.

Anyways, UIPopoverController has two instance methods to present the popover: one doesn't apply in your case (no related bar) and the other can, if handled properly.
 
Oh, sorry. By "indicator" you meant "triangle". I guess I wasn't able to derive that from the first post.

Anyways, UIPopoverController has two instance methods to present the popover: one doesn't apply in your case (no related bar) and the other can, if handled properly.
Is popover lighter than alert or action sheet? I mean which is faster to be shown?
 
Is popover lighter than alert or action sheet? I mean which is faster to be shown?
Popovers are probably "heavier", depending on the complexity of the enclosed view and how much UI-blocking processing might be going on before it's rendered. But normally I would think the difference is insignificant.

P.S. I had a feeling this would veer into a performance concern. ;)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.