mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
fixed deprecation warning for NSString UIKit Constants with iOS6 deployment target
This commit is contained in:
@@ -230,7 +230,7 @@
|
||||
textField.backgroundColor = [UIColor whiteColor];
|
||||
textField.autocorrectionType = UITextAutocorrectionTypeNo;
|
||||
textField.autocapitalizationType = UITextAutocapitalizationTypeNone;
|
||||
textField.textAlignment = UITextAlignmentLeft;
|
||||
textField.textAlignment = kBITTextLabelAlignmentLeft;
|
||||
textField.delegate = self;
|
||||
textField.tag = indexPath.row;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user