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 [...]
Aftonbladet skriver om Gasmacken!
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 [...]
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 [...]