Max Mika

Results 1 comments of Max Mika

@danielVebman I think you forgot to call the delegate. Add this to the end of your `handleGesture` func: ```swift if gesture.state == .ended { delegate?.sectionedSlider(self, selected: value) } ``` Also...