Fixed the demo app

This commit is contained in:
arquebuse 2015-03-01 20:54:51 -08:00
parent 56cb523e39
commit fd49848b26
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ class ViewController: UIViewController {
self.switch1Camel.names = ["OFF", "ON"]
self.switch2Camel.names = ["O", "l"]
// Match the ticks spacing exactly
// Automatically track tick spacing changes
self.alphabetSlider.ticksListener = self.alphabetLabels
self.oneTo10Slider.ticksListener = self.oneTo10Labels
}

View File

@ -64,7 +64,7 @@
self.switch1Camel.names = @[@"OFF", @"ON"];
self.switch2Camel.names = @[@"O", @"l"];
// Match the ticks spacing exactly
// Automatically track tick spacing changes
self.alphabetSlider.ticksListener = self.alphabetLabels;
self.oneTo10Slider.ticksListener = self.oneTo10Labels;
}