iOS TableView crash loading different data
- by jollyr0ger
Hi to all!
I'm developing a simple iOS app where there is a table view with some categories (CategoryViewController).
When clicking one of this category the view will be passed to a RecipesListController with another table view with recipes. This recipes are loaded from different plist based on the category clicked.
The first time I click on a…