对于UIView 直接设置 uiview.layer.cornerRadius = 5 就可以有圆角了
但是对于UILabel则不然, 要多设置一个uilabel.clipsToBounds = YES; 才行