Bold360 and BoldChat Developer Center

BCMultiLineCellLogic.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import <UIKit/UIKit.h>
6 #import "BCTitledCellLogic.h"
7 
13 
18 @property(nonatomic, strong)IBOutlet UITextView *textView;
19 
25 
26 @end
The logic behind the multiline cell in forms.
Definition: BCMultiLineCellLogic.h:12
IBOutlet UITextView * textView
The textview of the field.
Definition: BCMultiLineCellLogic.h:18
void applyDesignOnTextChange()
It is called when the text is changed in the text view.
Cell logic file behind form cells that have title and required labels.
Definition: BCTitledCellLogic.h:11