Skip to content

Iterate on the chapter view

Felix Paul Kühne requested to merge fkuehne/vlc-ios:chapter-iterate into master

This refactors the chapter view to be created in code instead of using a xib file to create a singular table view. Additionally, this implements cell recycling to improve the memory footprint and allows items to use multiple lines of text for a given label as especially in audiobooks chapter titles can be very long.

Merge request reports