Implement home screen activity indicators

This commit is contained in:
Andy Uhnak
2022-02-15 15:47:46 +00:00
parent e07afc87de
commit b0ee449c5d
19 changed files with 168 additions and 366 deletions
@@ -48,10 +48,5 @@
*/
@property CGFloat keyboardHeight;
/**
Returns `YES` if any `MXSession` currently requires the display of an activity indicator.
*/
@property (nonatomic, readonly) BOOL shouldShowActivityIndicator;
@end