Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: dendenny01 on July 02, 2014, 05:39:55 AM
-
How can I add Sprite/Button in the scrollview dynamically the number of sprites to be added depends upon number of elements present in the array and the label of the button/sprite is the string in the array present for that particular sprite/button
Any type of help will be appreciated
-
Same as any other dynamic instantiation. Ideally using NGUITools.AddChild(parent, prefab). Instantiate as many as you need.