UnityTableView
UnityTableView copied to clipboard
Plugin for Unity 5.6 that implements a Table with an API inspired by Apple's UITableView
Results
2
UnityTableView issues
Sort by
recently updated
recently updated
newest added
Sometimes when starting project, null exception happens: NullReferenceException: Object reference not set to an instance of an object Assets.Scripts.TableView.TableView.OnEnable () (at Assets/Scripts/Layout/TableView/Core/TableView.cs:143) What could be potential problem? My TableView game...
Some of the rows are not equal.when i scroll the table some rows height are smaller than the real size. why is it happen?what should i do?