Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Nov 12, 2018
1 parent d2d39fc commit 1f19148
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
## About
This project is about managing permissions with the customizable visual effects. Beautiful dialog increases the chance of approval (which is important when we request notification). Simple control of this module saves you hours of development. You can start using this project with just two lines of code and easy customization!

<img src="https://rawcdn.githack.com/IvanVorobei/RequestPermission/fb53d20f152a3e76e053e6af529306611fb794f0/resources/request-permission - mockup_preview.gif" width="600">
<img src="https://rawcdn.githack.com/IvanVorobei/RequestPermission/fb53d20f152a3e76e053e6af529306611fb794f0/resources/request-permission - mockup_preview.gif" width="500">

## Support the project
The project is absolutely free, but nevertheless takes time to support and update it. [Small donate](https://money.yandex.ru/to/410012745748312) helps to develop the project and make it better
Expand Down
Binary file modified sparrow/.DS_Store
Binary file not shown.
Binary file modified sparrow/permission/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion sparrow/permission/dialog/SPPermissionDialog.swift
Expand Up @@ -25,7 +25,7 @@ extension SPPermission {

public struct Dialog {

static func request(with permissions: [SPPermissionType], on viewController: UIViewController, delegate: SPPermissionDialogDelegate? = nil, dataSource: SPPermissionDialogDataSource? = nil) {
public static func request(with permissions: [SPPermissionType], on viewController: UIViewController, delegate: SPPermissionDialogDelegate? = nil, dataSource: SPPermissionDialogDataSource? = nil) {

if permissions.isEmpty {
return
Expand Down

0 comments on commit 1f19148

Please sign in to comment.