QuickBlox / quickblox-ios-sdk

QuickBlox iOS SDK for messaging and video calling
https://quickblox.com/developers/IOS
MIT License
397 stars 359 forks source link

Support for Rich links using LPLinkView #1350

Closed haarj closed 1 year ago

haarj commented 1 year ago

No issue here just seeing if you had any suggestions/help to implement and size correctly rich links using Apple's, LPLinkView in chats.

sshaforenkoqb commented 1 year ago

Hello @haarj I would suggest using systemLayoutSizeFitting(_:withHorizontalFittingPriority:verticalFittingPriority:) to obtain the optimal size for a View with LPLinkView.

haarj commented 1 year ago

ok thanks @sshaforenkoqb!