Esri / maps-app-ios

Your organisation's mapping app built with the Runtime SDK for iOS
Apache License 2.0
19 stars 24 forks source link

Ensure SearchBar container resizes for the searchbar #73

Closed nixta closed 5 years ago

nixta commented 5 years ago

Currently it squashes the searchbar on iOS 11 and later.

Some updates just to make things look right in the storyboard editor, but mostly modifications to constraints and compression resistance to ensure correct display on iOS 10, 11, and 12.

esreli commented 5 years ago

https://github.com/Esri/maps-app-ios/issues/67

nixta commented 5 years ago

I'll tackle the rounded corner issue separately. It has knock-on effects on the rest of the GUI up there for Geocode and Directions results.