I am a chef and I am making a cook book app that has all my recipes in it. The app has a table view with many cells that have the name of the recipes. Once the cell is tapped, It should go into a detailed view where the recipe is displayed. However, every recipe is different, and I cannot have the same layout for all my recipes. I want to be able to customize every recipe like putting in image and changing the font in some text editor and then import them to my app.
- How can I do it?
- What should I use?
- And how to store the data?