Official Apple Documentation
A quick search found this 3 part blog post from a few months ago with simple MapKit examples. The basics of putting up a mapView with current location looks VERY simple.
Thursday, July 2, 2009
Friday, May 29, 2009
iPhone game links
I have been sent a few iPhone game related links recently.
- John Carmack on Doom Classic for the iPhone.
- Wired article on ngmoco and the effect the App Store has on the traditional gaming business model.
Saturday, May 16, 2009
Ownership and memory
From the Apple Developer Connection this section on Object Ownership and Disposal is a must read for new developers.
Thursday, May 14, 2009
Cannot use object as a parameter to a method
I was helping someone with a project that was getting a bizarre error message from XCode. The message was Error: Cannot use object as a parameter to a method.
This was some what misleading as the error really referred to what was being returned from the method.
The problem was the leading (NSString), which was a typo that should have been (NSString *). Once that change was made, the code compiled and ran correctly.
This was some what misleading as the error really referred to what was being returned from the method.
- (NSString)formatPrice:(NSNumber *)priceNumber
The problem was the leading (NSString), which was a typo that should have been (NSString *). Once that change was made, the code compiled and ran correctly.
Wednesday, September 10, 2008
Looking for RE4
I've been searching for Resident Evil 4
on eBay. But I might be about to give up on eBay.
I want this game for the Wii
, and just can't imagine playing it on an other system.
I want this game for the Wii
Wednesday, August 27, 2008
Solar, Carbon, Dyson spheres
I have been reading a wide variety of items on Wikipedia in the last week. Some of the more interesting topics:
- Carbon Fiber reinforced Plastic (CFP)
- The Dyson Sphere - popular in Sci-Fi stories
- Solar Power
- SEGS - Solar Power Generation in Mojave
Subscribe to:
Posts (Atom)