layer « graphics « iPhone iPad Media Q&A

Home
iPhone iPad Media Q&A
1.animation
2.audio
3.AVAudioPlayer
4.box2d
5.cocos2d
6.CoreGraphics
7.CorePlot
8.Flash
9.graphics
10.icon
11.image
12.photo
13.plot
14.sound
15.video
iPhone iPad Media Q&A » graphics » layer 

1. Sequence of CAAnimations - layer returns to initial position between subsequent calls    stackoverflow.com

I'm trying to create an endless animation of layer rotating slightly to the left, then slightly to the right and back. So I'm animating 10 degress to the left, then 20 ...

2. Drawing class to allow layer control    stackoverflow.com

I would like to implement a drawing class with the help of Quartz. I want to be able to save parts of what is drawn on separate layers. I want these ...

3. Multiple drawLayer:    stackoverflow.com

how can i use drawLayer for multiple layers in one class? I was thinking maybe something like this:

- (void)drawLayer:(CALayer *)layer inContext:(CGContextRef)context {
    if(layer == layer1) {
    ...

4. Help colorizing layer defined by image mask/bounds and overlaying the image on top    stackoverflow.com

I am currently experimenting with an avatar creation iOS app for a client, where at some point the user should have the option of changing the color of an item. The ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.