1 个仓库
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 是一个用于 iOS 应用程序的可自定义、可滚动的选择界面。它作为一个 UIKit 组件,取代了标准的系统分段控件,提供了一个能够在不同视图或数据集之间切换的选择栏。 该组件的特色在于支持水平溢出滚动,当选项数量超过可用屏幕宽度时,允许用户平移选择选项。它通过自定义字体、颜色和文本属性,提供了对界面视觉标识的精确控制。 该库涵盖了支持文本和图像的选择栏渲染,利用了一个可跨不同设备屏幕尺寸缩放的布局系统。
Nests the segment container inside a scroll view to allow horizontal panning when items exceed screen width.