SkeletonView
SkeletonView copied to clipboard
☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
### Describe the feature or problem you’d like to solve From Fall 2023 Apple starts rolling out new privacy requirements, The apps and third-party SDKs should contain a privacy manifest...
### Description The skeletonView won't hide when the .hideSkeleton() function runs for a UICollectionView that has orthogonal scrolling behavior set at the Compositional Layout. Code snippets and some more explanation...
### Description Describe your issue here. ### What type of issue is this? (place an `x` in one of the `[ ]`) - [ ] bug - [ ] enhancement...
Hi everyone, I'm sorry if some similar question was asked in the past already, I searched the issues but did not find anything helping me unfortunately. The issue: We are...
### Description Describe your issue here. ### What type of issue is this? - [x] bug - [ ] enhancement (feature request) - [ ] question - [ ] documentation...
I am getting below mentioned error while using Skeleton view with POD in xCode 15 (Objective-C project). However, It was working fine with xCode 14. **Can not find protocol declaration...
### Description I have a skeletonized tableView that runs/animates fine in its first animation, but on its second or more animation (API call) the skeletoncells shown are only one or...
### Summary Fix Xcode 15 warning "Forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents." ### Requirements (place an `x` in...
### Description Hi, I have added skeleton on collectionview cell. At start of animation I have two problems: 1. On my cell the labels and button are centered but at...
hi First I'll show you my code ``` import snapkit import Then import SkeletonView class BaseViewController: UIViewController { } class DoSomethingViewController: BaseViewController { private let testLabel: UILabel = .init() override...