You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use CGContextSetShadowWithColor(ctx, CGSizeMake(0, 0), 2, [[UIColor blackColor] colorWithAlphaComponent:0.5].CGColor);
but it doesn't work well.
It looks like being cut by a square.