Skip to content

基于UnityUGUI,实现: ListView: 单行单列双向排列 Cell复用,可首尾无限循环 GridView:多行多列多方向 Cell复用 PageView/Swiper:可翻页列表等常见需求

Notifications You must be signed in to change notification settings

NRatel/Unity-ListView

Repository files navigation

Unity-ListView

基于UnityUGUI,实现标准的可复用Cell的列表视图。

阶段保存一个版本:
ListView基本排布原理1:只做一个排布方式 “水平方向、从左到右”,不考虑数据和复用。(已完成)
ListView基本排布原理2:在基本排布原理1的基础上,实现Cell复用。(已完成)
UIListView: 单行单列双向排列 Cell复用,可首尾无限循环(已完成) GridView:多行多列多方向 Cell复用。(已完成)
PageView/Swiper 可翻页。(已完成) 多种不规则Cell的排布等。(未进行)
其他特殊需求。

详细记录实现思路:https://blog.csdn.net/NRatel/article/details/100561203

ListView效果预览:
alt text

右侧重叠放置:
alt text

GridView:
alt text

首尾无限循环:
alt text

PageView1:
alt text

PageView2:
alt text

About

基于UnityUGUI,实现: ListView: 单行单列双向排列 Cell复用,可首尾无限循环 GridView:多行多列多方向 Cell复用 PageView/Swiper:可翻页列表等常见需求

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages