Bold360 and BoldChat Developer Center

BCSingleLineCellLogic.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 UITextField *textField;
19 
25 
26 @end
The logic behind single line cells.
Definition: BCSingleLineCellLogic.h:12
Cell logic file behind form cells that have title and required labels.
Definition: BCTitledCellLogic.h:11
IBOutlet UITextField * textField
The text field.
Definition: BCSingleLineCellLogic.h:18
void applyDesignOnTextChange()
It is called when the text is changed in the text view.