
FMOD is an amazing resource for developers wanting to do advanced things with audio and want a layer of abstraction and a more streamlined approach. That being said, getting the api up and running for iOS in Xcode 4.2 was tricky. So, I wanted to post the process i followed to get the library workign for me. Here’s what I did to get it working.
Read the rest of this post »

Time to wrap up this 3 part series and put the final polish on our map. We need to do two basic thing. We need to replace the native pin annotation views with our custom views and we need to center the map to the selected pin.
Read the rest of this post »
Here we go with Part 2 of “Finding Business Listings and Displaying with MapKit”. In the first part we looked at how to gather the data from Google Maps. Now, we are going to take that data and display it using the MapKit API. We are also going to find our map’s center point using CoreLocation.
Read the rest of this post »