HorizontalTable
HorizontalTable copied to clipboard
Scrollable tableView that moves in a left/right direction but is as efficient as a regular UITableView
Results
4
HorizontalTable issues
Sort by
recently updated
recently updated
newest added
I experienced that garbage remains on the scrollView if you call refreshData. The scrollview is not cleaned up while refreshing. I suggest to add these lines to refreshData method. for(UIView...
When creating from a NIB, prepareView is called. But when created programmatically, prepareView needs to be called after the size and content is set for the horizontalVableView. There is no...