Playmaker Forum

PlayMaker News => General Discussion => Topic started by: jeanfabre on May 05, 2015, 10:26:09 AM

Title: New Ecosystem Sample: IOS uGui Dynamic List
Post by: jeanfabre on May 05, 2015, 10:26:09 AM
Hi,

 I created a new Ecosystem (https://hutonggames.fogbugz.com/default.asp?W1181) sample to demonstrate how to create UI lists and populate them at runtime.

 It shows some "advanced" use of layout element where within a layout constraint you can still play with the dimensions of items, and in this exmaple, I animate the item height when it's created and deleted.

 Basically, the difficult here is not in adding items, it's in the actual UI setup, so study carefuly how the scrolling panel and its content is defined, and try to recreated it from scratch as an exercice to get used to the process.

youtube Video below:

(http://i.ytimg.com/vi/Gnw-ni_U_Jg/2.jpg?time=1430835835721) (https://youtu.be/Gnw-ni_U_Jg)

There is a online webPlayer Version (http://htmlpreview.github.io/?https://github.com/jeanfabre/PlayMaker--Unity--UI/blob/master/Builds/uGuiDynamicList/Web.html) available as well.


 Bye,

 Jean