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?
Asked
Active
Viewed 1,916 times
-1
-
possible duplicate of [Is there an iPhone library to provide something similar to an iPad popover?](http://stackoverflow.com/questions/3692460/is-there-an-iphone-library-to-provide-something-similar-to-an-ipad-popover) – Brad Larson Nov 17 '11 at 04:35
3 Answers
1
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?

MatLecu
- 953
- 8
- 14
-
I could do this. The main problem I see with this is that I wish to have a semi-transparent border to the whole thing, and this won't travel around the arrow. If i try and give the arrow this border, stopping just in the right place, i'm sure this wouldn't look right and would cause graphical issues. – Andrew Nov 16 '11 at 04:18
-
you can incorporate this semi transparent border in your image and it will look fine :) – MatLecu Nov 16 '11 at 04:50
0
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!!

Nishith Shah
- 523
- 3
- 16