Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: leegod on January 27, 2015, 10:48:05 PM
-
So I use UITextList for show system message to end users.
How to add some tag to text, and if user want to see only specific type message, how to show only that type message?
Like mmo game(world of warcraft)'s message window, if user click battle message tab, only battle related message will appear.
-
UITextList simply breaks up content and displays it for you using labels. It has no logic for "tags". That's something you need to add yourself.