Description
- Dark mode enabled - All the color features are usable for dark mode.
- Custom cell size - Change the "standard" size on a per-cell basis.
- Custom section Header and Footer - Use custom Header and/or footer for the sections (MobileTableCustomCell).
- Move the cells - Trigger cell reorder by code.
- Cell Drag Reorder - Coordinate cell movement in your data source and choose whether to accept a position on a per-cell basis.
- Selection management - None, single or multiple on a view basis, and accept or don't accept a selection on a per-cell basis.
- Scroll by code to a cell.
- Modern Contextual Menu - Long touch on the cell to pop up a custom contextual menu (and submenu).
- Partial Reload - Reload only the visible cells, the cells in a section, or the cells in a group that you define.
- Cell reset - If the cell implements the interface, reset it at a class level before populating it with a data source.
- Swipe to reload - Set a custom color for the update wheel and show a custom text to the user and enable the refresh by Swipe.
- Lock scroll - If you create an interface fitted completely in a view, you can avoid the user scroll.
- Search - You can search and show relevant cells.
- Cell Prefetch - Elaborate on scroll new cells.