i am trying to split the string to multilines when tweeting using the twitter composer in iOS 5+ but could not find the way to do it
i tried everything in this Click Here
but nothing worked , its always gets to single line
is it possible to do it ?
update :
example for what i need
lets say i want to tweet this
“Hello John, Welcome to our website, we hope that you enjoy it”
instead of tweeting it like that , i want to look like this
“Hello John,
Welcome to our website,
we hope that you enjoy it”
I guess your question is just about how to create a multi-line NSString.
answer would be:
or
edit: for your updated question it would be that: