What I'm Doing...

Gasmacken 2.0

Nu finns Gasmacken 2.0 tillgänglig för nedladdning.

Nyheterna är

Priser, betalmetoder, kontaktinformation, öppettider, ägare och extra information
Buggfixar
Ny layout kartbubblan
Ny sida innehållande all information om ett tankställe
Möjlighet till att tvinga omläsning av datafilen

#gallery-1 {
margin: auto;
}
#gallery-1 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%; }
#gallery-1 img {
border: 2px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
margin-left: 0;
}

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 [...]