parley-messaging / ios-library

Parley iOS app library
MIT License
2 stars 2 forks source link

Add possibility to underline link text in ParleyTextView #104

Open nlamah opened 1 month ago

nlamah commented 1 month ago

Describe the Request It would be nice to have the possibility to style a link in a ParleyTextView with underline. At the moment there is no possibility to do that. Giving a tintColor is not enough for all users to understand that it is a link. Underlining helps understanding.

To Reproduce

  1. Open the chat
  2. Type the following text this is a [link](https://www.parley.io)
  3. Expected Result: The word link has underline style

Screenshots Simulator Screenshot - iPhone 15 - 2024-05-28 at 16 22 03

alexkok commented 1 month ago

Also relates to: https://github.com/parley-messaging/android-library/issues/44