profilename1 commented on profilename2.
My output should above like this.
I used UILabel.
My query is profilename1 and profilename2 are in greencolor and must be clickable.
When user click profilename1 after profileviewcontroller loading.I used storyboard.
Uilabel placed in custom table cell.
How should implement this in my app ? Is it possible ?
Source : In instragram when user click on username/profilename in blue color same behavior I will implement.
Thanks.