Skip to content

Commit

Permalink
Empty commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lasyaneti committed Aug 8, 2023
1 parent ca9f418 commit 8b5185e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HackIllinois/UI/HISegmentedControl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class HISegmentedControl: UIControl {
}
}

// MARK: - Gesture Support
// MARK: - Gesture Support
@objc func handleSwipeGesture(_ gesture: UISwipeGestureRecognizer) {
if gesture.direction == .left && selectedIndex < items.count - 1 {
selectedIndex += 1
Expand Down

0 comments on commit 8b5185e

Please sign in to comment.