Fix iOS compiler error/warning



git-svn-id: http://skia.googlecode.com/svn/trunk@8436 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/iOSSampleApp/Shared/SkOptionsTableViewController.mm b/experimental/iOSSampleApp/Shared/SkOptionsTableViewController.mm
index 4383976..e6adfd0 100644
--- a/experimental/iOSSampleApp/Shared/SkOptionsTableViewController.mm
+++ b/experimental/iOSSampleApp/Shared/SkOptionsTableViewController.mm
@@ -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;