What I'm Doing...

Gasmacken 2.0 sent to Apple for review

Gasmacken 2.0 was submitted for review to iTunes App store last friday. It usually takes 1.5 to 2 weeks before approved (if no bugs or violations found).

More information presented to the user. Such as prices, opening hours, owner, contact information and extra information.

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

Gasmacken på Aftonbladet

Aftonbladet skriver om Gasmacken!

Gasmacken available for sale

My latest iPhone application Gasmacken has been approved by Apple!

Gasmacken is an application that automatically fetches an updated list of all CNG (Compressed Natural Gas) refuelling stations in Sweden and displays them on a map.

Features

List all CNG stations in Sweden
Show your current location
Automatic updates of CNG stations in Sweden
Show directions with with built in Maps [...]

UILocalizedIndexedCollation, no Swedish localization

In my latest app, Gasmacken I tried to use UILocalizedIndexedCollation (from example TableViewSuite example 3) for creating a localized version of the A-Z list (A-Ö in swedish) on the right side in a table view. But to my surprise I could not get any difference in table view running in Swedish or English. The list [...]