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

Swaps 'AppContainer' & 'Drawer' for 'Profile' #236

Closed esreli closed 4 years ago

esreli commented 4 years ago

This PR updates the app architecture to reflect the UX more familiar to iOS users and in-line with the Apple HIG.

In order to do so a number of tasks were required.

Along the way a number of other tasks were accomplished

Note, this PR seems vast. In some ways it is though in other ways there are a lot of small file changes. After realizing this I think the PR will be less daunting.

Old Map View AppContainer & Drawer
Screen Shot 2020-06-03 at 2 18 24 PM Screen Shot 2020-06-03 at 2 18 31 PM
New Map View Profile
Screen Shot 2020-06-03 at 2 16 35 PM Screen Shot 2020-06-03 at 2 16 43 PM

Additionally, the Profile view supports Dark Mode and Accessible Dynamic Text resizing by default.

Dark Mode Dynamic Text
Screen Shot 2020-06-03 at 2 22 47 PM Screen Shot 2020-06-03 at 4 15 26 PM