Esri / data-collection-ios

Mobile data collection app using the iOS Runtime SDK.
https://developers.arcgis.com/
Apache License 2.0
25 stars 26 forks source link

Drawer View Animation and Touch Area fix #107

Closed esreli closed 6 years ago

esreli commented 6 years ago

This PR addresses an issue raised by @saratchandrakarumuri where an area of the map view is unresponsive when launching the app from an iPad and in landscape mode.

To test, these conditions must be met:

  1. When launching the app, you must be able to interact with the entire map view.
  2. When launching the app, the drawer view must be hidden
  3. When tapping the hamburger button the drawer view should smoothly animate onto screen.
  4. With drawer view on-screen, when tapping the hamburger button again the drawer view should animate smoothly off-screen.
  5. With drawer view on-screen, when tapping the blur view the drawer view should animate smoothly off-screen.