I configure the cell layout in the storyboard (as in the FoodTracker project), and define the cell in code so that it can be accessed and configured programmatically. But then, upon loading, the cells do not display as configured in the storyboard (though they load the appropriate data). How do I remedy this?
I configure the cell layout in the storyboard (as in the FoodTracker project), and define the cell in code so that it can be accessed and configured programmatically. But then, upon loading, the cells do not display as configured in the storyboard (though they load the appropriate data). How do I remedy this?