Multiple views for search results via tabbed UI
I'm attempting to build an app which provides a search facility which returns a series of locations based on a post (zip) code entered by the user. I'd ideally like to display the results in two different views using a tab bar. The primary view would be a table view which would simply list the results ordered by distance from the user's current location, and the secondary view would be a map view centered on the user's current location displaying pins representing each result.
Does anyone know whether or not implementing a solution like this would contrevene the HIG, and, if not, are there any popular apps that provide something similar to what I've described?
Many thanks in advance!
|