void ApplyCurrentTheme() { View.BackgroundColor = Theme.Current.BackgroundColor; RefresherControl.ApplyCurrentTheme(refresher); }
public void ApplyCurrentTheme() { View.BackgroundColor = Theme.Current.BackgroundColor; CollectionView.BackgroundColor = UIColor.Clear; RefresherControl.ApplyCurrentTheme(refresher); }