Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 597 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 597 Bytes

BiDirTable

a resolution of binary direction scrollable table | 可双向滑动的表格

在开发微兔项目中,碰到一个需求:由于手机或者平板屏幕大小有限,需要双向滑动的表格来展示商品数据

Present

image

Realization

上下滑动时:②的ListView与③的ScrollView联动; 左右滑动时:①的ScrollVie与③的ScrollView联动  
具体实现细节请见代码