Hi there!
After many attempts of trying to get a response from the Answer-section, I will now try to use this post to hopefully get some feedback. Anyhow, I am currently trying to make an app with Unity for iOS. Basically I have now faced a rather complicated problem, and hopefully some of you have the answer for it.
In my app I want to display posts (news) by date. To improve my security, I have chosen not to connect directly to my database, but instead use a web service (php pages) to communicate. I have managed to write a PHP script that displays 3 posts from my database (header, and content) on the page. But the thing is - how would I proceed if I wanted for each ‘new post’ to automatically create a new panel with a Text for the header and a text for the content in my app? I have tried to look into XML - but I am still not able to solve this problem. I have included a picture as an example.
So as you see, for each new post - I want to generate a new small panel, and to texts for its content. How would I proceed for this? If you have any tutorials that you think it’s worth for me checking out, please tell me about it!
Thanks in advance!