Fix iOS compiler error/warning
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 28 Mar 2013 18:03:27 +0000 (18:03 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 28 Mar 2013 18:03:27 +0000 (18:03 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@8436 2bbb7eff-a529-9590-31e7-b0007b416f81

experimental/iOSSampleApp/Shared/SkOptionsTableViewController.mm

index 4383976..e6adfd0 100644 (file)
     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;