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

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

阿神
阿神

闭关修行中......

Antworte allen(2)
洪涛

重写 view 的 draw 方法:

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

贴个背景图可以么

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage