Add the tableview line separators.

This commit is contained in:
yannick
2015-11-20 15:06:48 +01:00
parent 03ac45c673
commit 726efea874
7 changed files with 113 additions and 21 deletions
@@ -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