Skip to content

Commit

Permalink
Remove delegate assignmemt from first exmple
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncooke committed Apr 12, 2017
1 parent 9731fa7 commit 20455e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Example/RangeSliderDemo/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ - (void)viewDidLoad {
// Do any additional setup after loading the view, typically from a nib.

//standard rsnge slider
self.rangeSlider.delegate = self;
self.rangeSlider.minValue = 0;
self.rangeSlider.maxValue = 200;
self.rangeSlider.selectedMinimum = 50;
Expand Down

0 comments on commit 20455e1

Please sign in to comment.