Hi , i am new to iphone application development. i have a string say abc, i just want to display it as "Hello abc" in the screen
i want to add Hello to abc , before abc.
In objective c, i saw functions appendString , which displays result as "abc Hello"
But i want to display i as "Hello abc"