TSUIKit icon indicating copy to clipboard operation
TSUIKit copied to clipboard

UI components for iOS.

Results 6 TSUIKit issues
Sort by recently updated
recently updated
newest added

Hi, Is it possible to manage a cache data for large lists (eg. 1,000,000 rows)? Thanks

Currently, the columns of a TSTable are fixed size. This makes it difficult to create tables that look good in both orientations. An option is needed to stretch or shrink...

I fixed Xcode 6.3 warning on property delegate of TSTabViewWithDropDownPanel. Property delegate is declared in TSTabView superclass of type id, while in TSTabViewWithDropDownPanel subclass is declared of type id. To...

- (void)loadSubsectionsAtPath:(NSIndexPath *)sectionPath section:(TSTableViewHeaderSection *)rootSection yOffset:(CGFloat)yOffset totalHeight:(CGFloat *)totalHeight totalWidth:(CGFloat *)totalWidth is looping if TableView is using TSTableViewDataSource instead of TSTableViewModel

I think this looks like a very interesting set of components, but I'd like to see two improvements: 1. Split them into two repositories. Why have one repo for two...