Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Mardaneus86
Last active May 5, 2017 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mardaneus86/310e932735dd791ed69bb6ca06d956a8 to your computer and use it in GitHub Desktop.
Save Mardaneus86/310e932735dd791ed69bb6ca06d956a8 to your computer and use it in GitHub Desktop.
00_Blog - A look under the hood of Xamarin Forms
public class ActivityIndicatorRenderer : ViewRenderer<ActivityIndicator, UIActivityIndicatorView>
{
// ...
}
public class ActivityIndicatorRenderer : ViewRenderer<ActivityIndicator, AProgressBar>
{
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment