ios - Why is there no UIActivity for Flickr? -
a large variety of uiactivities have been published provide support additional services in ios:
https://github.com/shu223/uiactivitycollection
why has no flickr uiactivity been published? googling yields no mention of this. i'm guessing there's flickr authentication not play nice uiactivitycontroller i'd appreciate additional info. numerous blogs have reported 'possible' flickr integration in ios 7 can't wait , i'd prefer use uiactivitycontroller on objectiveflickr or sharekit. thanks.
as mentioned in question, there support flickr in ios. uikit/uiactivity.h:
uikit_extern nsstring *const uiactivitytypeposttoflickr ns_available_ios(7_0);
and others mentioned, you're free build own uiactivity subclass supports flickr uploading well. suggest note on subclassing uiactivity in docs.
Comments
Post a Comment