I have tried a lot to have a NSAttributedString
with Background image and making a corner radius for it . Basically i want to achieve the same result as BASECAMP to-do . it shows task name with the assigned person and comments on that task . the assigned person or comments changes the line if it don't fit the same line .
I am using the UILabel
inside the UITableViewCell
which resizes as per the content. So i need to use the same UILabel
. And change the Text inside the UIlabel to achieve the Basecamp To-do list.