I am making an iOS app that allows users to edit images (Sharpen, Brightness, etc.). I am using UIKit, I know how to create sliders to adjust the effect for an image. I see other applications where users can swipe anywhere across the entire screen to adjust the effects. For example, increase brightness by swiping right anywhere on the screen. How is this done? Should I detect swiping gesture and then use that to control a slider in the background? I understand the core image part of it, but the swiping gesture part confuses me. Thanks in advance.