Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: satish on September 30, 2015, 01:22:00 AM

Title: How can we create Stranded Menu UI? Like View >> Sort By >> Name (/n) Date
Post by: satish on September 30, 2015, 01:22:00 AM
Hello Everyone,

I'm trying to create menu UI like attached.

But i haven't idea to "how to create sub child's of option ". in this case like "Sort By" UI.

Thanks for any guidance.
Title: Re: How can we create Stranded Menu UI? Like View >> Sort By >> Name (/n) Date
Post by: ArenMook on October 01, 2015, 02:06:54 AM
The popup list that comes with NGUI only supports one level. If you want more than one, you can either close the current popup and open another, or modify the script to support multiple popups.