How AutoSkeletonView and AutoSkeletonIgnoreView work together
mainThe library uses a hierarchical approach to skeleton rendering. AutoSkeletonView acts as a controller for a UI subtree. It scans its children to create matching placeholders.
To create a mixed UI where some elements are loading and others are interactive/visible, use AutoSkeletonIgnoreView inside an AutoSkeletonView. The AutoSkeletonIgnoreView acts as a 'hole' in the skeleton layer, preventing the library from processing its children as skeleton targets.