Saturday, April 25, 2009

Week 7 - Map Debugging

Okay so this week's main goal for me was to get the map view working without resetting the pins back to the default red view every time the view changes or you click it.

Essentially the problem was I had to keep re-assigning the Annotation view class we are using to style the pins to re-load each time a view changed.

So logically, if I were to tell the app to re-load the MKAnnotation view each time we change the map view or click a pin, it should fix the problem...I was wrong.

I won't get into nitty gritty details, but essentially after a week of unsuccessful attempts, I realised that I needed the latest release of the SDK :(

SO a bit of a wasted week per se... well actually I won't call it wasted as I learnt more about Objective-C, however I will post updates during next week as I debug in the new SDK.

fingers crossed :P

No comments:

Post a Comment