如何在按钮的帮助下显示图像时在视图中设置图像高度?

时间:2018-06-14 06:17:47

标签: ios button uiimage

这是我的代码,我已经制作了一个按钮来显示图像。 这里_secondview是我创建的视图,_colorlabel是显示图像名称的标签。

- (IBAction)imagetry:(id)sender {
    _secondview.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"/Users/yogeshtanwar/Desktop/tg.jpg"]];        
    _colorlabel.text = @"Tokyo Ghoul";
}

0 个答案:

没有答案