OK, ive googled and googled and googled. Looks like the signature for Microsofts MobileServiceClient.LoginAsync has changed dramatically, and no-one has yet discussed this or put together a solution.
OK, so I am using the dependency service to do Azure Authentication within the iOS project of Xamarin forms solution, because authentication is different for each platform - fair enough.
In ios the method signature to perform a login without already having a token is as follows:
MobileServiceClient.LoginAsync(RectangleF rectangle, UIView view, MobileServiceAuthenticationProvider provider)
now the provider is known, but what is this RectangleF ??, and how do I get a handle on the current UIView ??
If anyone can help I'd really appreciate it - Thanks
Dean