0
votes
2answers
71 views
Find a point between two point
I two concentric circles on the screen and I want the circle on the inside to move around while the user drags their finger around the outside of the larger circle. This means that …
3
votes
1answer
77 views
Change Screen Resolution in Snow Leopard
I've been plugging away at this for a few hours now, and haven't found a good answer. In Leopard, I can programmatically change the screen resolution using Quartz Display Services …
0
votes
2answers
31 views
Overlaid images
I'm creating an application where I will be drawing two circles onto the screen, one large circle with a smaller circle inside. I want the user to be able to touch/drag on the scre …
0
votes
1answer
19 views
Get union of the frames of several transformed UIImageViews?
I've got a collection of roughly 10 overlapping UIImageViews. Each one is rectangular but each is rotated and scaled separately. Are there any Core Graphics tricks for drawing a pa …
1
vote
2answers
225 views
iPhone Dev: Pocket God Used Graphic Engine
I want to develop a 2d game. I have to choose from Quartz/CoreGraphics, OpenGL ES or Cocos2D. I'm interested in how the game Pocket God is realized because it fulfills perfectly my …
0
votes
2answers
50 views
iPhone Performance Differences in Quartz Drawing vs. Pre-Baked Images (which I guess simplifies to Quartz vs. Quartz)
New to Quartz and I am curious on the drawing speeds of simple shapes, gradients, and shadows; specifically comparing Quartz drawing functions to Quartz image drawing on the iPhone …
0
votes
1answer
23 views
Moving a UIView along a CGPath according to touch position
I have a line graph I've drawn in Quartz, and a UIView 'bubble' that I'd like to ideally pop up when the user touches the single plot line, and moves their finger along it. The bub …
0
votes
2answers
47 views
Snap to grid effect with Quartz 2d? iphone dev
Hi there,
Still an iphone dev starter but trying.
I would like to have the user touch the screen at which point a pin (dot) will be placed on the view.
I have accomplished this …
0
votes
1answer
64 views
Fast, 2 Dimensional Table View
I'm implementing a view for displaying tabular information with 2 axis, but I'm starting to run into performance issues with rendering all the cells.
The view looks something like …
0
votes
3answers
81 views
Comparing colors in Objective-C
Hi! I'm trying to determine if two colors are equivalent, using code written in Objective-C.
I'm using this snippet of code to determine if the two colors are equivalent (currentl …
0
votes
1answer
45 views
CGBitmapContext get pixel value Leopard vs. SnowLeopard confusion
Im trying to draw specific colour rectangles into a CGBitmapContext and then later compare pixel values with the colour i drew (a kind of hit-testing).
On Leopard this works fine …
0
votes
2answers
117 views
Problem with drawing paths with Core Graphics - iPhone
Hi, I am trying to draw a map annotation in my app - very much like MapKit's MKAnnotationView, but without the mapkit.
I have a problem with the ordering of the path for the view …
0
votes
0answers
37 views
UIView using Quartz rendering engine to display PDF has poor quality compared to original.
I'm using the quartz rendering engine to display a PDF file on the iphone using the 3.0 SDK. The result is a bit blurry compared to a PDF being shown in a UIWebView. How can I im …
1
vote
2answers
26 views
UITabBarController-like image masking effect
I'd like to recreate the effect that the UITabBarController is doing with images in the tab bar, using exactly the same images. I've futzed around with a number of ideas using mask …
2
votes
2answers
99 views
Impossible to post-produce the image from the iPhone camera?
On an iPhone 3GS, the image captured by the camera has 2048x1536 pixels. If my math is correct, opening this image on a CGLayer will consume 12.5 MB.
Springboard will terminate an …
