美文网首页
IOS 平铺图片

IOS 平铺图片

作者: 透支未来 | 来源:发表于2017-06-28 19:37 被阅读26次
UIImage *bgImg = [UIImage imageNamed:@"图集背景@2x_33"];
    UIColor *color = [[UIColor alloc] initWithPatternImage:bgImg];
    UIView *bg = [[UIView alloc] initWithFrame:self.view.frame];
    [bg setBackgroundColor:color];
    [self.view addSubview:bg];

相关文章

网友评论

      本文标题:IOS 平铺图片

      本文链接:https://www.haomeiwen.com/subject/htqpcxtx.html