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