Room details: reduce space displayed between text messages and attachments from the same sender

This commit is contained in:
giomfo
2014-11-28 19:23:51 +01:00
parent 472de0a6e8
commit 0b4ec6056e
3 changed files with 61 additions and 15 deletions
@@ -28,6 +28,7 @@
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *msgTextViewTopConstraint;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *attachViewWidthConstraint;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *attachViewTopConstraint;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *dateTimeViewTopConstraint;
@end
@interface IncomingMessageTableCell : RoomMessageTableCell
@@ -36,6 +37,7 @@
@interface OutgoingMessageTableCell : RoomMessageTableCell
@property (weak, nonatomic) IBOutlet UIView *unsentView;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *unsentViewTopConstraint;
@property (weak, nonatomic) IBOutlet UIActivityIndicatorView *activityIndicator;
@end