Add new loading indicators

This commit is contained in:
Andy Uhnak
2022-02-12 17:18:52 +00:00
parent c1aeb8ff1c
commit 3c2ef4eabc
24 changed files with 628 additions and 188 deletions
@@ -95,6 +95,10 @@ class HomeViewControllerWithBannerWrapperViewController: UIViewController, MXKVi
homeViewController.activityIndicator = newValue
}
}
var providesCustomActivityIndicator: Bool {
return homeViewController.providesCustomActivityIndicator
}
func startActivityIndicator() {
homeViewController.startActivityIndicator()