diff --git a/Tusker/Screens/Utilities/SegmentedPageViewController.swift b/Tusker/Screens/Utilities/SegmentedPageViewController.swift index 636c5798..20386015 100644 --- a/Tusker/Screens/Utilities/SegmentedPageViewController.swift +++ b/Tusker/Screens/Utilities/SegmentedPageViewController.swift @@ -52,6 +52,7 @@ class SegmentedPageViewController: UIPageViewController, UIPageViewControllerDel @objc func segmentedControlChanged() { selectPage(at: segmentedControl.selectedSegmentIndex, animated: true) + UIImpactFeedbackGenerator(style: .light).impactOccurred() } // MARK: - Page View Controller Delegate