mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 05:06:58 +02:00
Add the tableview line separators.
This commit is contained in:
@@ -18,18 +18,9 @@
|
||||
|
||||
@interface TableViewCellWithLabelAndLargeTextView : MXKTableViewCell
|
||||
{
|
||||
@protected
|
||||
UIView *inputAccessoryView;
|
||||
}
|
||||
|
||||
@property (strong, nonatomic) IBOutlet UILabel *mxkLabel;
|
||||
@property (strong, nonatomic) IBOutlet UITextView *mxkTextView;
|
||||
|
||||
/**
|
||||
The custom accessory view associated with the text field. This view is
|
||||
actually used to retrieve the keyboard view. Indeed the keyboard view is the superview of
|
||||
the accessory view when the text field become the first responder.
|
||||
*/
|
||||
@property (readonly) UIView *inputAccessoryView;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user