类似sina微博cell右下角的图片效果

    昨天看了sina微博,看到cell右下角的图片,就想到思路应该是clip+rotate,今天随手测试,确实如此,果断上code: UIView *containView=[[UIView alloc] initWithFrame:CGRectMake(50, 50, 200, 80)]; containView.backgroundColor=[UIColorredColor]; cont
相关文章
相关标签/搜索