Michael
Michael
Hi, I'm searching for working sample for Visual Studio 2019 for Mac using MSBuildSdkExtras in order to debug/generate a Nuget for multiple platforms (for example Xamarin.iOS10 and Xamarin.Mac20) as I...
I made a simple program displaying the current time: ``` Device.StartTimer(new TimeSpan(0, 0, 1), () => { // do something every 1 seconds Device.BeginInvokeOnMainThread(() => { // interact with UI...
Add possibility to chose between BoxView (default) or Bullet for lists.