Creating a popover on iPhone?

前端 未结 3 714
春和景丽
春和景丽 2021-01-29 10:19

I want to create a custom-style popover on the iphone. I want it to have an arrowhead pointing upwards. Any ideas on how I could achieve this?

相关标签:
3条回答
  • 2021-01-29 11:05

    Try this FPPopover It will help you.

    0 讨论(0)
  • 2021-01-29 11:09

    Create an UIView that kooks like what you want (it can be transparent backgroud with an UIImageView that is your arrow) and use an UIAnimation to make it pop (scale it little->big->little for instance). It should do the trick?

    0 讨论(0)
  • 2021-01-29 11:19

    When ever You click on any button to open popoverview...then take the frame of that button ...using that frame u have to set the frame of your custom popoverview..All The Best!!

    0 讨论(0)
提交回复
热议问题