Skip to content

zhaozilong1988/UITableViewForUnity

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ζ—₯本θͺžη‰ˆ πŸ‘ˆ δΈ­ζ–‡η‰ˆ πŸ‘ˆ

What is this?

UITableViewForUnity is a componet which can be used for implementing various of list UI views with Unity engine.

For example

Chat List Expandable List Appendable List
Grid Draggable Grid Deletable Grid

Why I need this?

UITableViewForUnity will help you to develop various of list views effectively without care for the number of items(gameobject), because them will be reused when disappeared from viewport of ScrollRect. Also, you can turn off the reuse feature for any cell which you do not want to reuse.

How to use?

See SampleScene.unity and SampleScene.cs.

The concept of design

The design of UITableViewForUnity referred to the UITableView of UIKit framework on iOS.