SingleLineInput
SingleLineInput copied to clipboard
device become hang when i use this textfield class
even i could not dismiss the keyboard
On the view that is using the UITextField use this method:
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
[self.view endEditing:YES];
}