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?
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?