Tagged Questions
6
votes
1answer
1k views
CoreGraphics for retina display
I am using the following code to perform some manipulations on the image that I loaded, but I find that the display becomes blurry when it is on the retina display
- ...
2
votes
2answers
88 views
Iphone working with images stops all processes
Hello I am new to iPhone development so I could be doing this all wrong. I want to convert an image 3 times in a row but when I do it locks up the iphone until it finishes all 3 conversions. I have ...
0
votes
0answers
54 views
Closing Bezier Path
I am adding many small pieces of lines and curves to a UIBezierPath. But it is impossible to determine which element is added next. In the end the Path is a closed path with no interrupts.
Now I ...
0
votes
0answers
51 views
How do I make a CGRectIntersectsRect on Xcode 4.2 with iOS 5 beta?
I just upgraded to Xcode 4.2 and now the normal intersection code isn't working, or is it a setting? I was In the middle of a live tutorial when it error-ed. It was so embarrassing sense I couldn't ...
0
votes
1answer
65 views
How to choose the encoding based on the current language using CGContextSelectFont?
Using CGContextSelectFont to draw to a bitmap, but using a certain encoding. When using a different language, this will not work. What is the recommended way of choosing the encoding based on current ...
0
votes
3answers
455 views
Line is erased when drawing shapes
I am trying to make an application for drawing shapes on screen by touching it.
I can draw a line from one point to another- but it erases on each new draw.
Here is my code:
CGPoint location;
...