зеркало из https://github.com/mozilla/moz-skia.git
Fix iOS compiler error/warning
git-svn-id: http://skia.googlecode.com/svn/trunk@8436 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
30d35932ee
Коммит
c94a9cc351
|
@ -247,7 +247,7 @@
|
|||
UITextField* textField = [[UITextField alloc]
|
||||
initWithFrame:CGRectMake(0, 10, 150, 25)];
|
||||
textField.adjustsFontSizeToFitWidth = YES;
|
||||
textField.textAlignment = UITextAlignmentRight;
|
||||
textField.textAlignment = NSTextAlignmentRight;
|
||||
textField.textColor = cell.detailTextLabel.textColor;
|
||||
textField.placeholder = value;
|
||||
textField.returnKeyType = UIReturnKeyDone;
|
||||
|
|
Загрузка…
Ссылка в новой задаче