What I'm Doing...

Gasmacken 3.0 approved

Gasmacken 3.0 is now available in the App Store. It took about 5 days waiting for review and about 45 minutes to be reviewed.
The major new feature is more countries available, Sweden, Germany, Austria, Switzerland, Italy and Finland.

CNG stations for Sweden, Germany, Italy, Austria, Switzerland and Finland. More to come.
Possible to dynamically add new countries
Remember [...]

Revisited - Custom callout bubble in MKMapView, final solution!

I thought I had the final solution for custom callout bubbles in MKMapView but I was wrong. There were a couple of errors found after testing.

If you press and hold it moves focus to the real callout bubble offset 10000px right and 10000px down
It did not work on the iPad (iPhoneOS 3.2) and iPhoneOS 4.0
There [...]

Custom callout bubble in MKMapView, final solution!

Once again, this post has been updated.

I was not completely satisfied with my prior solution to custom callout bubble in MKMapView due a drawback.

One drawback is that if you click an annotation in the TouchView it is not propagated down to the MKMapView which makes pinch zoom bit more tricky if you have many annotations. [...]

Custom callout bubble to MKMapView in iPhone

UPDATE! FOUND A NEW SOLUTION!

My latest version, 2.0 of Gasmacken contains a solution to the very annoying problem with a creating a custom callout bubble to the MKMapView in the iPhone SDK. There are no way to get a callback from the MKMapView delegate when a callout bubble is opened.

A recap of what you can do [...]