juanpe/skeletonview

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 45 minutes ago
Added to GitGenius on September 4th, 2026
Created on November 7th, 2017
Open Issues & Pull Requests: 96 (+0)
GitHub issues: Enabled
Number of forks: 1,123
Total Stargazers: 12,892 (+0)
Total Subscribers: 125 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

SkeletonView is an iOS library that displays skeleton loading animations to show users that content is loading and prepare them for what to expect.

The library addresses the common need to provide visual feedback during asynchronous operations like API requests or long-running processes. Rather than showing generic loading spinners, SkeletonView creates placeholder animations that mirror the shape and layout of actual content. It works by making UIViews "skeletonizable," allowing developers to apply animated skeleton states to any view in their interface. The skeleton animations include shimmer effects and gradient transitions that give the appearance of content being prepared.

Developers should choose this tool when building iOS apps that need polished loading states matching their actual content layouts. It works well for apps displaying data in tables, collections, or custom layouts where showing the content structure during load improves user experience. The library supports both iPhone and iPad, integrates with Interface Builder, and can be installed via multiple package managers. The codebase is described as lightweight and readable, making it straightforward to integrate into existing projects.

The project maintains active continuous integration workflows and receives regular updates. Development activity shows consistent engagement with the codebase and responsiveness to the community through contribution channels.