Hi, I made a custom UIViewController that I add to the window.RootViewController (in AppDelegate.cs). The content in my CustomViewController doesent fit in the windows so I want it to scroll.
I tried to make use UIScrollView in differrent ways but I cant figure it out how to use it...
Some example please