ios - customize UILabel like instragram -


profilename1 commented on profilename2.

my output should above this.

i used uilabel.

my query profilename1 , profilename2 in greencolor , must clickable.

when user click profilename1 after profileviewcontroller loading.i used storyboard.

uilabel placed in custom table cell.

how should implement in app ? possible ?

source : in instragram when user click on username/profilename in blue color same behavior implement.

thanks.

you use nsattributedstring assuming you'd rather easier more personalized solution try using: tttattributedlabel. i've seen used on multiple occasions pretty exact purpose.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -