Esri / indoor-routing-xamarin

Indoor routing open source app built with Xamarin for iOS and the ArcGIS .Net Runtime SDK
Apache License 2.0
51 stars 67 forks source link

Searchbar isn't centered vertically on iPhone 7 #43

Closed codergrl closed 5 years ago

codergrl commented 5 years ago

The searchbar isn't centered vertically within the toolbar on iPhone 7 and looks a bit strange. Change the constraints, removing the top=0 constraint and adding a searchbar.centerY = toolbar.centerY constraint to fix it.

nCastle1 commented 5 years ago

Fixed by #44