Show a full page loader
PBLoader is written in Swift 4.2.
loader.showLoader(self.view,image: UIImage(),animation: .flipLeftRight)
let loader = PBLoaderView()
loader.showLoader(self.view,
image: UIImage(),
animation: .flipLeftRight)
loader.hideLoader()
public enum AnimationType {
case flipLeftRight
case flipTopBottom
case flipBothSide
case circleSpin
}