i am making status app where all status are being fetched from my Wordpress Website , all working fine but i found some problem when i fetch html content and showing it in cells using UILabel. when i fetch default excerpt all works fine but when i add tags like
etc in excerpt then scrollview is not smooth and it stopped sometime , although i don't get any error in Xcode.. this is the code how i convert html to text..
cell.titleLabel.text = String(htmlEncodedString:newsData[indexPath.row].excerpt.rendered)
please help.. thanks