TLIndexPathTools icon indicating copy to clipboard operation
TLIndexPathTools copied to clipboard

TLIndexPathTools is a small set of classes that can greatly simplify your table and collection views.

Results 14 TLIndexPathTools issues
Sort by recently updated
recently updated
newest added

Hello there! I really found your library very helpful but I'm facing issues to pass dynamic data to the tableview sections, child items for expandable view as shown in example...

I think you want to replace `+=` by `=` here: https://github.com/SwiftKickMobile/TLIndexPathTools/blob/ca47649036081ec5b1220926ae072dab908301ea/TLIndexPathTools/Data%20Model/TLIndexPathItem.m#L53-57 Right now, you're effectively calculating: hash = 32 * hash + [self.identifier hash];

Hi there. I am using the latest TLIndexPathTools (0.4.3) with Core Data and came across a bug that seems to be related to TLIndexPathController (or my understanding of it.) In...

Tim, I'm slowing cutting over to Swift from a bunch of ObjC projects that use TLIndexPathTools. I'm a swift noob... I know you use TTIndexPathTools in a bunch of swift...

For what it's work, xCode 7.3 in a swift project, Analysis tool revealed the following: ![screen shot 2016-06-03 at 11 16 00 pm](https://cloud.githubusercontent.com/assets/770852/15797323/94017d5e-29e1-11e6-9466-c29e2931c5f6.png)

If the user is scrolled down 20 messages on a table, and a new message comes in, calling `[TLIndexPathUpdates -performBatchUpdatesOnTableView: withRowAnimation:]` will insert rows at the top, pushing the other...

In the case of tree table, is there any way to close other parts of the table when opening the current one? In short is there any way of manually...

Hi, A small bug: If you have 0 rows in the section, the app crash. Suggestion for correction: In the file "UITableView+ScrollOptimizer.m": - (void)optimizeScrollPositionForSection:(NSInteger)section options:(TLTableViewScrollOptions)options topInset:(CGFloat)topInset animated:(BOOL)animated { NSIndexPath *firstIndexPath...

With Swift's advocation of using value types, `TLIndexPathTools` might benefit from a more clear distinction between classes vs. structs when deriving whether something was added, removed, deleted or modified. Struct...