ListPlaceholder icon indicating copy to clipboard operation
ListPlaceholder copied to clipboard

ListPlaceholder is a swift library allows you to easily add facebook style animated loading placeholder to your tableviews or collection views.

Results 11 ListPlaceholder issues
Sort by recently updated
recently updated
newest added

Why is the background view of table view is white? Can we change the color?

It worked when I tried your awesome ListPlaceholder on a simple UICollectionView and UITableView where the cell only contains simple components, but I still haven't got a clue to implement...

Hello, I am using a collection view. when i use collectionView.showloader() nothing happens.

I have a CustomView inside tableviewcell ContentView so the loader only showing on CustomView and not inside the content like I have UILabel, UIImage etc inside that CustomView but not...

Does it work with tableview setup with custom cell from .xib file? I am having problem in showing loader in tableview with cell from .xib. Any help?

I am using ListPlaceholder in Objective C but it's not working properly. I am using below code to display. ``` @import ListPlaceholder; [tableview reloadData]; [tableview showLoader]; ```

this problem in iOS 9.list loader not finish for some item in tableview cell

Hi i encountered an issue with the library unfortunately it allows you add multiple cutouts to cell which creates an visual bug by taking the previous cutout into the draw...

I am getting one issue in this sample. In my app i have pagination , For first page doing like this 1. startLoader 2. get data from service 3. reload...