customize uipopovercontroller in ipad
Posted
by Jaimin
on Stack Overflow
See other posts from Stack Overflow
or by Jaimin
Published on 2010-06-14T06:21:47Z
Indexed on
2010/06/14
6:22 UTC
Read the original article
Hit count: 600
ipad
|uipopovercontroller
i want to change the image of popover. it is having blue tint at the top so i want it to be of different color. how can i do it...
- (void)presentPopoverFromRect:(CGRect)rect inView:(UIView *)view permittedArrowDirections:(UIPopoverArrowDirection)arrowDirections animated:(BOOL)animated
can i do it with this method.. make my own view and place a image in that view.
i read in some posts that it is not possible to change color and also i didnt fine any instance method of UIPopOverController class to do this..
thanks in advance.
© Stack Overflow or respective owner