Tagged Questions

0
votes
1answer
40 views

How can I show a sequence of buttons highlighting?

Similar to the Simon games of old, I want to show the user a button sequence & then have them repeat it back. The place I'm stuck is showing the first button highlighted for, …
3
votes
1answer
48 views

UIButton AppStore buy button animation

Do you have a sample code for the UIButton animation of the AppStore Price -> to Buy button. I tried a lot, but it doesn't work well with CAAnimationGroup (scale+translation) and i …
0
votes
3answers
36 views

CoreAnimation doesn’t work with -setAlphaValue on QTMovieView

Hello I have some basic code for adding a QTMovieView. I want it to fade in, so I add an animation on setAlphaValue. Only issue is that it doesn't work. The alpha value is instant …
1
vote
3answers
86 views

Shake visual effect on iPhone (NOT shaking the device)

On login failure, I'd prefer to avoid showing an alert, it's too fleeting. Showing the alert and then showing the text somewhere on the login screen seems like duplication. So I'd …
1
vote
2answers
48 views

Need help understanding “kCGErrorIllegalArgument: CGSUnionRegionWithRect : Invalid Region”

While running my application (which does a good bit of custom drawing) I get this error (it happens a good bit with no observable side effects, but I'd like to understand what's ha …
1
vote
1answer
38 views

Animate the change of a stroke color on UIView

I'd like to "pulse" the stroke color on a path that I've drawn in a UIView's drawRect. But not sure this is possible? - (void)highlightView { if (!isHighlighted) { [UIVi …
0
votes
1answer
72 views

Animate grass with CoreAnimation (on the iPhone)

Hello, how could I animate blades of grass, which are waving in the wind? I haven't found any suitable CoreAnimation combinations. Regards, Stefan
0
votes
1answer
54 views

Any examples of creating a dial?

I'd like to create a dial with similar behavior to some of the retro phone apps. These have a circular dialer that lets you spin it around with your finger. Any ideas how that is …
0
votes
1answer
73 views

Rotation always start from original position.

I am trying to implement a wheel type functionality. I calculate the center point of the view and find the angle created on moving in touchesMoved: method. For the first move it ro …
0
votes
2answers
81 views

How do you animate the resizing of a tableView without its rows/subviews getting clipped?

EDIT: I originally asked this question in regards to general view resizing, but I realize now that it's something much more specific to tableViews. Say that a tableView originally …
0
votes
1answer
101 views

Core Animation performance on iphone

I'm trying to do some animations using Core Animation on the iphone. I'm using CABasicAnimation on CALayer. It's a straight forward animation from a random place at the top of the …
0
votes
2answers
174 views

How to crossfade between 2 images on iPhone using Core Animation

I'm doing this to learn how to work with Core Animation animatable properties on iPhone (not to learn how to crossfade images, per se). Reading similar questions on SO leads me to …
0
votes
3answers
106 views

is Open GL a Overkill for a 2d Card Game ?

Hi, I was just have an idea of creating a card game and I was just thinking whether to use OpenGl or CoreAnimation.Can you please tell me whether it would be a bit of a overkill …
0
votes
1answer
63 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
2answers
60 views

how to stop core animation?

i am animating a button using core animation now on a certain condition i want to stop that animation how do i stop the animation? here is the method to animate the button -(void …

1 2 3 4 5 17 next
15 30 50 per page