So I'm working in XCode 5 and iOS 7 and am trying to add editable UITextFields to a series of UITableViewCells. It all looks good on the storyboard, but when I run the app, there's no text visible in the cell and the cell doesn't allow editing.
Screenshot of how it looks in the storyboard:
In the app, it's just a couple of blank cells. Any thoughts?