I have created a recipe app, it consists of 3 layer of a navigation controller. Layer 1 a list of recipes Layer 2 the recipe layer 3 the method
Layer 2 lists the recipe items you need to create the dish and when you rotate it, it shows a subview with a larger version of the recipe (in a table).
Layer 3 lists the steps required to make the dish and like layer 2 you can rotate to see the steps larger in a table.
My issue is that, sometimes when you rotate layer 3 you see the subview for layer 2.
Any ideas?