1 repository
UI patterns that wrap a set of components in a scroll view to handle content overflow.
Distinct from ScrollView-ViewPager Scroll Links: The candidates focused on ViewPager links or text wrapping, not the architectural pattern of wrapping a control for overflow panning.
Explore 1 awesome GitHub repository matching user interface & experience · Scrollable Component Containers. Refine with filters or upvote what's useful.
HMSegmentedControl is a customizable, scrollable selection interface for iOS applications. It serves as a UIKit component that replaces standard system segmented controls to provide a selection bar capable of switching between different views or data sets. This component is distinguished by its support for horizontal overflow scrolling, which allows users to pan through selection options when the number of segments exceeds the available screen width. It provides precise control over the visual identity of the interface through custom fonts, colors, and text attributes. The library covers the
Nests the segment container inside a scroll view to allow horizontal panning when items exceed screen width.