I am making an application for iOS in swift using Xcode. I have designed a user interface for the settings page of the app. The pictures show the preview rendering in Xcode:
I.e. the content height is too large for certain devices. Is there any way to make the content scrollable when the height of the content exceeds the height of the view? I have tried a scroll view but because of the constraints of the layout (some of the elements are aligned along the right edge of the screen) I couldn't get it to work for me.