Search code examples
uitableviewxcode7.3

UITableView prototype cell in swift not displaying content in Xcode 7.3.1


The UITableView not displaying content.It was working before but after updating to xcode 7.3.1 it's not working.Anyone faced this issue ? I have correctly given the cell identifier,Cell subclass name,delegates and datasource etc..


Solution

  • Finally it's worked for me..! Do check mark the 2 boxes as in the attached image.We need to do this for all UI elements in cell content view.

    enter image description here