noda-sin / LINEActivity

LINEActivity is an iOS 6 UIActivity subclass for LINE.
MIT License
76 stars 27 forks source link

alert for NSUrl either not supported or nothing, image can't be got and sent #7

Open S1U opened 10 years ago

S1U commented 10 years ago

Two issues as below happen to me.

Issue 1 Having activityItems like this NSArray * activityItems = @[sharedText, sharedImage, sharedUrl]; But sharedImage and sharedUrl failed to be sent. Only sharedText.

Issue 2 If like this NSArray * activityItems = @[sharedImage, sharedText , sharedUrl]; will alert for "Not support NSUrl"

If other sequence of these three items, Issue 1 will happen, which means only text could be sent, while image and url not embedded.