self.mybutton = [UIbutton buttonWithType:UIbuttonTypeRoundedRect];[self.mybutton setBackgroundImage:[UIImage imagenamed: @image_name_here"] forState:UIControlStatenormal];self.mybutton.frame = CGRectMake(...//something,something)self.mybutton.imageVIEw.contentMode = UIVIEwContentModeCenter;[self.contentVIEw addSubvIEw:self.mySearchHelpbutton];
现在图像拉伸填充整个按钮,而不是按比例缩放,使其适合。
我也试过将contentMode设置为UIVIEwContentModeScaleAspectFill,但这似乎没有任何改变。事实上,没有一个不同的contentMode似乎改变任何东西。
解决方法 你试过setimage而不是setBackgroundImage? 总结以上是内存溢出为你收集整理的ios – 如何不拉伸图像在UIButton全部内容,希望文章能够帮你解决ios – 如何不拉伸图像在UIButton所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)