I'm building a chat interface. I'm using multiple types of tableView cells in UITableView
. Table view cells are start flickering when new cell is added into tableView
from reusablecell. I'm dequeuing tableview cells with following piece of code. How get scrolling smooth with out any flickering.
tableView.dequeueReusableCellWithIdentifier("MessageLessonTableViewCell") as! MessageLessonTableViewCell