mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
Room Settings: Fix rendering of the room topic.
This commit is contained in:
@@ -16,9 +16,14 @@
|
||||
|
||||
#import "MXKTableViewCell.h"
|
||||
|
||||
@interface TableViewCellWithLabelAndLargeTextView : MXKTableViewCell
|
||||
@interface TableViewCellWithLabelAndLargeTextView : MXKTableViewCell <UITextViewDelegate>
|
||||
|
||||
@property (strong, nonatomic) IBOutlet UILabel *mxkLabel;
|
||||
@property (strong, nonatomic) IBOutlet UITextView *mxkTextView;
|
||||
@property (strong, nonatomic) IBOutlet UILabel *label;
|
||||
@property (strong, nonatomic) IBOutlet UITextView *textView;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *labelTrailingMinConstraint;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *textViewWidthConstraint;
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *textViewTrailingConstraint;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user