使用方法
时图像没有拉伸_bubbleView.image=[[UIImage imageNamed:@"bubblebg"] resizableImageWithCapInsets:UIEdgeInsetsMake(40.0f, 19.0f, 11.0f, 10.0f) resizingMode:UIImageResizingModeStretch]
仅适用于iOS 7.1。但是这种方法在iOS 7.0,8.0和8.1中完美运行。
答案 0 :(得分:1)
我记得在7.1中标签栏图标和不同大小的边缘插入物有问题,这也可能是一个问题。
对于你的插图,尝试制作顶部/底部&左/右是相等的,看看你是否还有问题。 UIEdgeInsetsMake(11.0f, 19.0f, 11.0f, 19.0f)