ioselfcentView = UIView allocinitWithFrameCGRectMake00SCREEN_WIDTHtabbarHeight; selfcentViewbackgroundColor = UIColor whiteColor; UIBezierPath maskPath = UIBezierPath bezierPathWithRoundedRectse
[self.centView.layer setShadowColor:[UIColor blackColor].CGColor]; [self.centView.layer setShadowOffset:CGSizeMake(0, -3)]; [self.centView.layer setShadowOpacity:0.3]; [self.centView.layer setShadowRadius:3.0];
原文地址: https://www.cveoy.top/t/topic/ic17 著作权归作者所有。请勿转载和采集!