ios去掉下边框
阿神
阿神 2017-04-17 16:19:08
0
2
629

如图所示,怎么保持顶部边框两个圆角,而去掉下边框呢?

阿神
阿神

闭关修行中......

reply all(2)
洪涛

Override the draw method of view:

[[UIBezierPath bezierPathWithRoundedRect:bounds
                       byRoundingCorners:UIRectCornerTopLeft | UIRectCornerTopRight
                             cornerRadii:6] addClip];
[[UIColor whiteColor] setFill];
PHPzhong

Can I post a background picture

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template