好,朋友们,
我知道我做错了什么,但我无法弄清楚。这是将可调整大小的图像放置为正常按钮状态的代码。
self.loginButton = [UIButton buttonWithType:UIButtonTypeCustom];
self.loginButton.frame = CGRectMake(0.0, 44.0, 314, 44);
UIImage *image = [[UIImage imageNamed:@"loginbutton_image"] resizableImageWithCapInsets:UIEdgeInsetsMake(0.0,10.0,0.0,10.0)];
[self.loginButton setImage:image forState:UIControlStateNormal];
[self addSubview:self.loginButton];
这是图像
图像资产错误或代码错误。
图像的宽度为 21 像素。左右上的 10 和 10 的帽子插图留下 1Px 来调整大小。
有没有人发现我做错了什么。
感谢大家光临阿伦