ios - MFMessageComposeViewController inserts a new line at the end -
ios - MFMessageComposeViewController inserts a new line at the end -
i've made little app ios utilize apple's mfmessagecomposeviewcontroller
send sms/imessage. saw inserts new line (\n
) @ end of text sent. checked how in other apps using mfmessagecomposeviewcontroller
, turned out new line appears there too, should not fault.
is there way tell mfmessagecomposeviewcontroller
not insert annoying line, or maybe possibility delete myself after displaying view controller?
ios mfmessagecomposeview imessage
Comments
Post a Comment