Handle correctly multiple loading wheels when user attachs media to room

This commit is contained in:
giomfo
2014-11-28 17:02:46 +01:00
parent 330cd63ab9
commit 163f2f87b5
3 changed files with 65 additions and 26 deletions
+5
View File
@@ -21,7 +21,12 @@
@property (strong, nonatomic) NSString *placeholder;
@property (strong, nonatomic) NSString *imageURL;
// Use this boolean to hide activity indicator during image downloading
@property (nonatomic) BOOL hideActivityIndicator;
// Information about the media represented by this image (image, video...)
@property (strong, nonatomic) NSDictionary *mediaInfo;
@end