I have UILabel showtext and I have written code like
showtext.layer.shadowOpticity = 1.0;
showtext.layer.shadowRadius = 0.0;
showtext.layer.shadowColor = [UIColor blackColor].CGColor;
showtext.layer.shadowOffset = CGSizeMake(0.01,1.0);
And it’s showing error “Accessing unknown “showOpticity” component of property”.
Can anyone please help??
shadowOpticity should be shadowOpacity