I am trying to implement some static cells in UITableViewusing Xcode 6 beta 2 and Swift. I have successfully implemented dynamic cells.
When a user clicks on one of the dynamic cells, there is a transition to a new UITableViewControllerfor UITableViewthe static mesh.
I installed all of this in Xcode, and segue works, but when I drag the UILabel to one of the static cells, it just doesn't appear at run time. A few things can help narrow down what happens:
- Data source methods are not implemented in
UITableViewController - If I set the background of one of the static cells to a specific color, which is displayed at runtime
Any advice is greatly appreciated.
Thanks in advance
source
share