ThumbWorks / sf-ios

An app for iOS social events in SF
MIT License
19 stars 13 forks source link

Add ability to share a single event #90

Closed ay8s closed 5 years ago

ay8s commented 5 years ago

Adds share button to individual events if its in the future.

We should tidy up the text and url used.

rodericj commented 5 years ago

Maybe event specific urls? @jamescmartinez

rodericj commented 5 years ago

I'm only testing on simulator at the moment but I'd assume that the text you have there shows up as the message when you're sharing to the twitters or something right?

rodericj commented 5 years ago

Did not mean to close that.

ay8s commented 5 years ago

@rodericj Yup. Most extensions will make use of the items as they see fit. In Twitters case it will use the text and append the URL at the end. Same for Buffer etc.

ay8s commented 5 years ago

Added group name and localization although we don't have a localizable strings file yet.