Hi all, I've been away from NGUI and scripting as a whole for a couple of months, and I can't for the life of me figure out how to do a specific thing with NGUI.
I want to create a scroll-able list of strings from a List Array I have in code. The list needs to be able to change size based on how large the List Array is. I was thinking I could code something that said "for each item in the list array, create an NGUI label, move it X pixels downwards and fill it with the string in the List Array", but I can't remember at all how to create an NGUI Label without one already existing in the game world.
Does anyone have any advice for me here?