自定义PopOver与图案边框

时间:2012-08-01 15:42:23

标签: ios cocoa-touch ipad custom-controls uipopovercontroller

我试图像这样实现popover: Custom PopOver

我花了很多时间来尝试自定义UIPopoverControllerUIPopoverBackgroundView。据我所知,我的任务是不可能的公共API弹出窗口。 有可能:

  1. 要使用固定角落和可伸展中心的小图像,在这种情况下我会在侧面有拉伸的条纹。而且我还有#34;""箭头。
  2. 用条纹填充边框,但在这种情况下,我没有圆角。我内心也有烦人的阴影: enter image description here

    backgroundImageView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@" airmail_pattern"]];

  3. 有没有其他方法可以重用标准popover或者我必须使用UIViewController来实现该行为?

    干杯。

1 个答案:

答案 0 :(得分:0)

WEPopover似乎做你想做的事。它有自定义背景属性,我想可以用于此目的。 (我还没用过这个)

https://github.com/werner77/WEPopover