Releases: Juanpe/SkeletonView
Releases · Juanpe/SkeletonView
📦 1.20.0
📦 1.19.0
🙌 New
- #415: Add
prepareCellForSkeleton
forUITableView
andUICollectionView
- @nemanjachoco - #414: Add both
skeletonCellForRowAt
andskeletonCellForItemAt
methods - @Juanpe, @michaelhenry
& @broadwaylamb
📦 1.18.0
📦 1.17.2
📦 1.17.1
📦 1.17.0
📦 1.16.0
🔬Improvements
- #385: Improve estimated number of rows calculations - @StasMalinovsky
🩹 Bug fixes
- #394: use the right delegate method for footers - @Juanpe
- #389: update the placeholder to use an empty space - @michaelhenry
📦 1.15.0
🔬Improvements
- #384: fix UITableViewAlertForLayoutOutsideViewHierarchy warning - @michaelhenry
🩹 Bug fixes
- #382: [BUG] Fix crashing on NaN value - @coreyd303
📦 1.14.0
- #381: UnSwizzle methods - @alexookah
🔬Improvements
📦 1.13.0
🔬Improvements
- #376: Deprecation warning fix for AssociatedObjects protocol from
class
toAnyObject
- @brunnerjosh