Skip to content

Peerbits/iOS-PBLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PBLoader

Show a full page loader
PBLoader is written in Swift 4.2.

At a Glance

loader.showLoader(self.view,image: UIImage(),animation: .flipLeftRight)

Getting Started

Show Loader in your controller

let loader = PBLoaderView()
loader.showLoader(self.view,
                          image: UIImage(),
                          animation: .flipLeftRight)

Hide Loader in your controller

loader.hideLoader()

Available Loader types

public enum AnimationType {
        
        case flipLeftRight
        
        case flipTopBottom
        
        case flipBothSide
        
        case circleSpin
        
    }

About

Show a full page loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages