Skip to content

Releases: sparrowcode/PermissionsKit

Separate permissions into modules

04 Jun 17:18
Compare
Choose a tag to compare

Due to Apple's new policy regarding permission access you need to specifically define what kind of permissions you want to access using subspecs.

Fix names

25 May 13:44
Compare
Choose a tag to compare

Fix names of property and functions.

Add property `startTransitionYoffset`

15 May 16:28
Compare
Choose a tag to compare

Add property startTransitionYoffset. This property allow customise position before start. Set to 0 if need disable wobble animation. Add icon for example project. Update Readme.

Fix bug for denied location permissions. Reload buttons when return to app.

10 May 14:43
Compare
Choose a tag to compare

Fix bug for denied .locationAlways. Update default text for location permissions. Now reload buttons when user return to app. Update example & Readme.

Add customisable colours for close button. Fix bugs.

01 May 19:17
Compare
Choose a tag to compare

Add customisable colours for close button. Fix bug with Always and didUse location permission.

Carthage support

02 Apr 11:21
Compare
Choose a tag to compare

Add Carthage support. Update example.

Remove deprecated location type

26 Mar 11:45
Compare
Choose a tag to compare

Remove location type locationAlways.

Fix bugs

06 Mar 19:43
Compare
Choose a tag to compare

Fix bug with tap gesture. If not allow scroll view and tap in window - controller closed. Now controller close if tap only background view.

Fix bug with reminder icon

20 Feb 10:42
Compare
Choose a tag to compare

Fix bug with reminder icon, now show document type icon.

Updates new key for location permissions

09 Feb 06:35
Compare
Choose a tag to compare

Updates with new NSLocationAlwaysAndWhenInUseUsageDescription key
Obsoletes old NSLocationAlwaysUsageDescription on iOS 11.0 and lower

Conforms to Apple's CoreLocation documentation