Jonathan Moosekian

Results 2 issues of Jonathan Moosekian

Here's how I am setting up the SideBarController for one of my Xamarin Forms pages (via a renderer): My Renderer: ``` public override void ViewDidLoad() { base.ViewDidLoad(); var nativeView =...

On line 348: `let contentInset = UIEdgeInsets(top: top, left: scrollViewContentInset.top, bottom: scrollViewContentInset.left, right: scrollViewContentInset.right)` Looks like you're setting `left` to `top` and `bottom` to `left`. Is that intentional?