I have a UITableView with a “Left Detail” styled cell. The table view is static and has been created within a storyboard. However, when I run the app, the left detail cell’s text disappears. So how can I specify the cell’s main text and the small label next to it through code?
Share
Do you still have the
UITableViewDataSourcemethods implemented? If you’re using a static table, you should remove those because they’re going to overwrite what you’ve set in the storyboard.