我想改变popover的形象。它的顶部有蓝色调,所以我希望它具有不同的颜色。我该怎么做...
- (void)presentPopoverFromRect:(CGRect)rect inView:(UIView *)view permittedArrowDirections:(UIPopoverArrowDirection)arrowDirections animated:(BOOL)animated
我可以用这种方法来做吗.. 制作我自己的视图并在该视图中放置图像。
我在一些帖子中读到不可能改变颜色,而且我也没有很好地使用 UIPopOverController 类的任何实例方法来做到这一点..
提前致谢。