ios - Concatenate NSMutableAttributedStrings in UITextView -


i'm going crazy :( working in ios6

i have uitextview text in each second append nsstring , scroll last line appended. way ->

        [textview settext:[textview.text stringbyappendingstring:newtext]];         [textview scrollrangetovisible:nsmakerange([textview.text length], 0)]; 

i use nsmutableattributedstrings instead of nsstring in order format text.

i have been searching everywhere haven't found anything. there way concatenate nsmutableattributedstrings?? current in uitextview , new one??

thanks in advance


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -