iOS|iOS uiview 简单加阴影
UIView *containerView = [[UIView alloc] initWithFrame:CGRectMake(20, 20, 280, 300)];
【iOS|iOS uiview 简单加阴影】//[containerView.layer setCornerRadius:5];
containerView.backgroundColor = [UIColor greenColor];
containerView.layer.shadowOffset = CGSizeMake(0, 2);
containerView.layer.shadowOpacity = 0.80;
[self.view addSubview:containerView];
推荐阅读
- spring|Spring中更简单地读取和存储对象(使用注解)
- linux|Linux简单渗透、反弹shell、常见脚本反弹方法
- iOS开发-自定制封装SheetView
- Java内存缓存-通过Map定制简单缓存
- 简单实现下拉放大|简单实现下拉放大,上拉缩小
- Spring|[01] 使用IDEA搭建SpringCloud项目方法_简单入门
- 总结几个简单好用的Python人脸识别算法
- 上班别总扎马尾!简单美丽的发型,让你一天都有好心情!
- css实现一个简单的 闪烁效果
- iOS|iOS 获取键盘高度