ios - Can I bypass UIActivityViewController but still somehow use its target-specific share logic? -


i've got app sharing fine through uiactivityviewcontroller, want instead add explicit facebook, twitter, etc. share buttons interface. want bypass uiactivityviewcontroller popover allows pick share target, facebook, , instead go straight same share mechanism uiactivityviewcontoller goes when hit facebook button. don't see documentation how that.

i understand can recreate mechanism entirely, don't want that. i'm sharing video , using charles (network traffic monitoring tool) see there no less 11 graph api calls during entire process. not mention existing behavior if you're not logged fb app, don't have fb app installed logged in in ios settings, etc. i'd prefer not recreate working purposes.

i have 2 reasons wanting bypass uiactivityviewcontroller. first make share buttons more accessible. secondly efficiency: i've captured camera frames , share them animated gif targets movie facebook (since fb can't handle animated gif). process of making movie (which takes couple of seconds) in response user activating uiactivityviewcontroller wasted unless user shares facebook. broken out share buttons can avoid packaging content other share targets unnecessarily.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -