Skip to content

dwipp/DPBasicLoading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPBasicLoading

It's a very basic loading in iOS. And absolutely it's a very lightweight library. Inspired from progress loading in App Store.

It works for UITableView & UIColelctionView.

Usage

// Initialize a progress loading for UITableView.
let loading = DPBasicLoading(table: table_view)

// Initialize a progress loading for UICollectionView.
let loading = DPBasicLoading(collection: collection_view)

// start the progress loading by putting loading message.
loading.startLoading("Loading...")

// end the progress loading.
loading.endLoading()

Sample

gif

Installation

Manual installation. Just copy DPBasicLoading folder to your project. Will be available on cocoapods soon.

Thanks To

App Store --> inspiring me a lot !!!

License

DPBasicLoading is released under the MIT license. See LICENSE for details.

About

It's a very basic loading in iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages