Usage

A scroll view lets people view content that’s larger than the view’s boundaries by moving the content vertically or horizontally.

Keyboard access

SwiftUI’s scroll views are not scrollable with full keyboard access unless there is a focusable control like a button inside.

UIkit’s allowsKeyboardScrolling is a Boolean value that determines whether the scroll view allows scrolling its content with keyboard input. The scroll view needs to have focus or be first responder to receive these key events.

Apple HIG