Nearby is an iOS application that allows you to search for places near your current location.
iOS 5.0
Christopher Black Blacktop Interactive, LLC chris [at] blacktopinteractive [dot] com
- Application built without the interface builder, the view is contracted in SearchView.m
- This application does not use ARC
- AppDelegate kick starts the application
- SearchView is the main view containing the map, search bar and center on me button
- ViewController manages the SearchView
- MapMarker is used to store result sets from the Google Places search
- Import application to xCode
- Add your Google Places API key to ViewController.h
- Run application using xCode
- The application has been profiled to check for memory leaks
- Logic tests have been added for the MapMarker class
- Unit tests have been added for the SearchMapController class
- CoreLocation.framework
- SenTestingKit.framework
- MapKit.framework
- QuartzCore.framework
- UIKit.framework
- Foundation.framework
- CoreGraphics.framework
- Add more unit tests
- Improve detail view to include more information
- Add type callout to narrow down results by type
- Integrate with multiple APIs (Yelp?)