ios - I was wondering if it's possible to pass text from an UITextField to SLComposeViewController? -


i wondering if it's possible pass text uitextfield slcomposeviewcontroller?

if nice! trying let user input his/hers input text field , pass data (text) social compose view controller (so user may share facebook or twitter) did manage pass image view post want user able input text post text field because plan on passing data app , have post multiple social media (or own website app instance).

any appreciated if want code posted please don't hesitate ask in advance!

you can use setinitialtext method add block of text slcomposeviewcontroller. must done before slcomposeviewcontroller displayed, should allow like:

[somecomposerview setinitialtext:sometextview.text] 

Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -