// UIGraphicsBeginImageContext(_bottomView.frame.size);
// [[UIImage imageNamed:@"te_scissor_background"] drawInRect:_bottomView.bounds];
// UIImage *image = UIGraphicsGetImageFromCurrentImageContext();
// UIGraphicsEndImageContext();
// _bottomView.backgroundColor = [UIColor colorWithPatternImage:image];
网友评论