sparrowcode / PermissionsKit

Universal API for request permission and get its statuses.
https://x.com/sparrowcode_ios
MIT License
5.64k stars 462 forks source link

Descriptions needs to fit longer text #113

Closed rlaferla closed 5 years ago

rlaferla commented 5 years ago

Descriptions are currently limited to 2 lines. It needs to be 3 lines long. Two lines is not adequate to describe to the user why the permission is needed.

ivanvorobei commented 5 years ago

I think what need do lines by content. Auto for 2-3-10 lines if it need.

I do it in next version. Maybe today.

ivanvorobei commented 5 years ago

I tested your request. While I can not implement it as the main branch - many users put the description in two lines. I would like to make an adaptive size, but this is not possible due to the multi-state button.

To solve the problem, I suggest you make a fork and set 3 lines (or more).