+ Wording

This commit is contained in:
moritz haarmann
2014-02-26 15:23:03 +01:00
parent ad086273d7
commit b269c8ee4a

View File

@@ -43,7 +43,7 @@
self.view.backgroundColor = [UIColor groupTableViewBackgroundColor];
self.editingControls = [[UISegmentedControl alloc] initWithItems:@[@"Arrow", @"Rect", @"Blur"]];
self.editingControls = [[UISegmentedControl alloc] initWithItems:@[@"Rectangle", @"Arrow", @"Blur"]];
self.navigationItem.titleView = self.editingControls;