1) List View - Remove the search bar. Please do not remove the code, because I think we can re-implement at a later date ---- hide the search bar
2) Tool Bar - Swap the Detail & Setup icon, such that Setup appears on the main toolbar
3) Map View - Convert mapView into 2 mapview in the storyboard. One for the multi-pin map selected by the map toolbar icon & One for a single pin map which is selected from the detail view upper right button.
DetailView Directions button. This button now takes you directly to Apple maps instead of to a mapView with only the single pin displayed, as was before. All we wanted to do was change the text of the button from Map to Directions, NOT change the navigation. Swap - (IBAction)directions:(id)sender method back to where it came MapView?
4) HomeView - Route statistics appear broken. The statistics are perfect on the SetupView, but they do NOT show the current statistics on the HomeView
5) DetailView - Editing appears broken. When you edit a field (say Comment) then leave the detail screen for MapView. When you go back to the same detailView you should see the edtied value.
6) SetupView - The bundles var is initially zero & therefore crashes the app when this is executed bundles = copies/v; Need to set an initial value (50) for this var UserDefault = copies_bundle
7) SetupView - When selecting a new file all views should reflect the new file, and the route should be set for all. Currently if your previous file was filtered, and you select a new file, the filter does NOT clear to All. Also, in the list view the list does not update.
8) MapView zooming. The zooming appears to still have same "unzoom" behavior. Also, when going from the HomeView to MapView the filter is cleared & the zoom goes back to full extents? It appears that the new conditional code using list_detail_enter in viewWill & DidAppear methods needs a little tweeking.
Issues worked on:
1) List View - Remove the search bar. Please do not remove the code, because I think we can re-implement at a later date ---- hide the search bar 2) Tool Bar - Swap the Detail & Setup icon, such that Setup appears on the main toolbar 3) Map View - Convert mapView into 2 mapview in the storyboard. One for the multi-pin map selected by the map toolbar icon & One for a single pin map which is selected from the detail view upper right button. DetailView Directions button. This button now takes you directly to Apple maps instead of to a mapView with only the single pin displayed, as was before. All we wanted to do was change the text of the button from Map to Directions, NOT change the navigation. Swap - (IBAction)directions:(id)sender method back to where it came MapView? 4) HomeView - Route statistics appear broken. The statistics are perfect on the SetupView, but they do NOT show the current statistics on the HomeView 5) DetailView - Editing appears broken. When you edit a field (say Comment) then leave the detail screen for MapView. When you go back to the same detailView you should see the edtied value. 6) SetupView - The bundles var is initially zero & therefore crashes the app when this is executed bundles = copies/v; Need to set an initial value (50) for this var UserDefault = copies_bundle 7) SetupView - When selecting a new file all views should reflect the new file, and the route should be set for all. Currently if your previous file was filtered, and you select a new file, the filter does NOT clear to All. Also, in the list view the list does not update. 8) MapView zooming. The zooming appears to still have same "unzoom" behavior. Also, when going from the HomeView to MapView the filter is cleared & the zoom goes back to full extents? It appears that the new conditional code using list_detail_enter in viewWill & DidAppear methods needs a little tweeking.