背景色图片
2017-09-20 本文已影响9人
wlqsmiling
// UIGraphicsBeginImageContext(_bottomView.frame.size);
// [[UIImage imageNamed:@"te_scissor_background"] drawInRect:_bottomView.bounds];
// UIImage *image = UIGraphicsGetImageFromCurrentImageContext();
// UIGraphicsEndImageContext();
// _bottomView.backgroundColor = [UIColor colorWithPatternImage:image];