You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the library shares URLs as text. In iOS, when sharing URL objects, the share modal gives us a nice preview of the URL instead of a raw text.
Proposed solution for this in Objective-C code:
Accept url as shareType
If shareType == url, transforms the list argument form NSArray<NSString> to NSArray<NSURL>
The text was updated successfully, but these errors were encountered:
Currently, the library shares URLs as text. In iOS, when sharing
URL
objects, the share modal gives us a nice preview of the URL instead of a raw text.Proposed solution for this in Objective-C code:
url
asshareType
shareType == url
, transforms thelist
argument formNSArray<NSString>
toNSArray<NSURL>
The text was updated successfully, but these errors were encountered: