set uiview image background: (下面代码是pattern file,即重复image来
self.view.backgroundColor = [UIColorcolorWithPatternImage:[UIImageimageNamed:@”title.png”]];
set uitableviewcell image background:
UIImageView *bgView = [[UIImageViewalloc] initWithImage:[UIImageimageNamed:@”title_dept_date.png”]];
bgView.alpha = 0.6;
cell.backgroundView = bgView;
other ref links
http://stackoverflow.com/questions/5856373/uiimageview-background-image-and-rotation-help
http://stackoverflow.com/questions/8127189/how-to-stretch-scale-image-on-a-uiview
http://stackoverflow.com/questions/9521443/uiimageview-fill-in-uiview
今天的文章iOS: 设置ui background image分享到此就结束了,感谢您的阅读,如果确实帮到您,您可以动动手指转发给其他人。
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/30078.html