Owl
Owl copied to clipboard
A declarative type-safe framework for building fast and flexible lists with UITableViews & UICollectionViews
I Am doing player POC, I have loaded the list. While clicking on play button need to changes pause if I click on new cell need to change the previous...
I've been following along with the documentation and the examples, but after a lot of digging, the table header/footer views are not showing because their `reusableViewIdentifier` is not be registered...
TableSection isContentEqual implementation forces the algorithm to reload whole section on insertion
Hi @malcommac I've started to use `TableDirector` for rendering some parts of the content in my app and noticed really strange behavior - if you do an insertion into `TableSection`...
When migrating from CocoaPods, SPM package generates modules named Owl instead of OwlKit. Not huge issue, but still inconvenience.
Backing up and starting mostly over led me here... EntityListSectionedTableVC [no loner REALLY a TavleViewController I guess] will sit beside and act as a selector for EntityDetailSectionedTableVC. I had that...
As title states, should be v2.
Hello, I am struggling with a architecture where view for header and footer are provided by the view model. That means that when using Owl it is basically the adapter...
Hello! I have a suggestion to improve about indexTitles for sections. Below is the current code for section indexes. It is based on the `indexTitle` property of the `TableSection`. However...
Change modifier for protocol methods to `open` to better allow inheritance.
Currently the library is not properly handling `willSelectRowAt` since there is noway to have it return `nil` (in case you want to prevent a row from being selected). The root...