[[UIImage imageWithName:@""]resizableImageWithCapInsets:UIEdgeInsetsMake(top,left,down,right)]
UIEdgeInsetsMake(top,left,down,right) 指定了不拉伸的区域,这个区域重叠显示来填满。
本文共 203 字,大约阅读时间需要 1 分钟。
[[UIImage imageWithName:@""]resizableImageWithCapInsets:UIEdgeInsetsMake(top,left,down,right)]
UIEdgeInsetsMake(top,left,down,right) 指定了不拉伸的区域,这个区域重叠显示来填满。
转载于:https://my.oschina.net/junfrost/blog/152386