Skip to content

LesykMelnychuk/ios-permissions-service

 
 

Repository files navigation

ios-permissions-service

1. Usage.

  • Fork this repo into your project.
  • Customize or localize texts
  • In case you have create new AbstractPermission subclass - please, make pull request for original reposetory

2. Example to use:

class ViewController: UIViewController {

@IBAction func onButtonClick() {

let galleryPermissions = Permission()
galleryPermissions.preparePermission(self) { (granted) in
if granted {
self.performSegueWithIdentifier("showGallery", sender: self)
}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%