-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Can someone tell me what I am doing wrong here? I use this method to flip through pages in a PDF. But something in the code seems to not be released properly because every-time I pull a PDF page that contains an image my memory footprint increases. I am fairly new to CoreGraphics, and can't for the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This should be a simple one, basically I have a few paths drawn with core graphics, and I want to be able to rotate them (for convenience). I've tried using CGContextRotateCTM(context); but it's not rotating anything. Am I missing something?
Here's the source for drawRect
- (void)drawRect:(CGRect)rect…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Whenever I stroke a path with rounded corners on iPhone, the rounded corners are thicker than the rest of the stroked path. See here for what I mean:
Not sure why this happens, any ideas?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to be able to draw using this as my stroke. How would I do this as efficient as possible, and on the fly drawing, I was thinking CGPatternRef, but I really don't know how to do that.
Edit:
It does not need to warp to the path. I just coultn't fix that issue in Illustrator.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Whenever I stroke a path with rounded corners on iPhone, the rounded corners are thicker than the rest of the stroked path. See here for what I mean:
Not sure why this happens, any ideas?
>>> More