添加 陰影 圓角

iOS UIView添加陰影 (UIView add shadow) step1: add QuartzCore.framework step2: #import <QuartzCore/QuartzCore.h> step3: use code [[myView layer] setShadowOffset:CGSizeMake(5, 5)]; [[myView layer] setShadow
相關文章
相關標籤/搜索