dkardell
dkardell

Reputation: 329

Creating the Iphone MapKit showUserLocation Ring Annimation

Anyone know how of an approach to re-create the animation that mapkit uses on the showUserLocation ? Would you do it with a series of images or a single image that is then expanded and faded out?

Upvotes: 1

Views: 725

Answers (2)

Ortwin Gentz
Ortwin Gentz

Reputation: 54121

Not sure how Apple does it exactly but I know they're using 3 differently sized images for their halo animation. Probably because scaling the largest image to a small size would result in artifacts.

Upvotes: 0

Amagrammer
Amagrammer

Reputation: 6373

I just looked at it, and it looks a bit too complex to do with a single image and some sort of UIView animation. I'd just bite the bullet and use a set of images for it -- the total footprint can't be very much.

It's a beautiful animation though, isn't it?

Upvotes: 1

Related Questions