microdotblog / sunlit

Publish photos to your own blog — hosted by Micro.blog or compatible blogs using WordPress or Micropub — and discover beautiful photos from other users.
https://sunlit.io
MIT License
50 stars 7 forks source link

Allow more room to write an accessibility description #101

Closed paulrobertlloyd closed 4 years ago

paulrobertlloyd commented 4 years ago
Screenshot of Sunlit accessibility description dialog

While an accessibility description shouldn’t be too long, to be effective it probably requires more characters than that currently able to be displayed in this dialog. Editing this text is made more difficult given iOS’s current text selection methods (infuriating would be an understatement!).

If this dialog displayed two lines of text, the usability of this important feature would be 100% better.

manton commented 4 years ago

I believe this will require creating a custom dialog, since UIAlertController doesn't support multi-line text fields.

paulrobertlloyd commented 4 years ago

@manton I believe so. I did a bit research hoping a could change a value or add an attribute, but it’s not so easy, I’m afraid.

cheesemaker commented 4 years ago

This is now in the 3.2 branch