Baseflow / Xamarin-Sidebar

A slideout navigation control for Xamarin.iOS
https://baseflow.com
Apache License 2.0
113 stars 67 forks source link

Fixed height issue which causes black bar #45

Closed MarcBruins closed 8 years ago

MarcBruins commented 8 years ago

Make sure the menu occupies the full height of the view. When using a nib as View the height is always reset to 600 pixels, leaving a black bar at the bottom of the menu if the height of the view is bigger then 600px.

jdehlin commented 8 years ago

👍