mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
Add the tableview line separators.
This commit is contained in:
@@ -17,16 +17,12 @@
|
||||
#import "TableViewCellWithLabelAndLargeTextView.h"
|
||||
|
||||
@implementation TableViewCellWithLabelAndLargeTextView
|
||||
@synthesize inputAccessoryView;
|
||||
|
||||
- (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier
|
||||
{
|
||||
self = [super initWithStyle:style reuseIdentifier:reuseIdentifier];
|
||||
if (self)
|
||||
{
|
||||
// Add an accessory view to the text view in order to retrieve keyboard view.
|
||||
//inputAccessoryView = [[UIView alloc] initWithFrame:CGRectZero];
|
||||
//_mxkTextView.inputAccessoryView = inputAccessoryView;
|
||||
}
|
||||
|
||||
return self;
|
||||
@@ -34,7 +30,6 @@
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
//inputAccessoryView = nil;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user