I draw some screenColor gradient with - (void)drawRect:(CGRect)rect I want not draw it on full screen except selected frame. Is it possible to do or what is the faster way to accomplish it?
Asked
Active
Viewed 50 times
1 Answers
1
Before you draw the gradient, set a clipping path on your graphics context.

matt
- 515,959
- 87
- 875
- 1,141