I want to send some log data to the ios app settings menu. I have dynamic text fields that I can change from that app working, but I need a text block now.
What I need to do is have a menu item that has a child view. That part too I have working. You click on View Logs
from my app settings menu and it takes me to a blank page right now. How can I add a large dynamic text block? I have tried adding a Group
and setting the Key
to FooterText
which I think is what I need to do. I can specify static text in there right now.
I don't know how to make it dynamic though. Any ideas?