Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: SoldierFox on January 25, 2017, 05:14:02 AM

Title: UIScrollView with dots Indicator
Post by: SoldierFox on January 25, 2017, 05:14:02 AM
Hello All.
Thanks for reading.
I want design my scrollview with dots indicator like this gif.
(http://www.theappguruz.com/app/uploads/2015/06/scrollview1.gif)
Anyone have a idea for this situation?
Thank you very much.... :)
Title: Re: UIScrollView with dots Indicator
Post by: ArenMook on January 25, 2017, 02:05:05 PM
1. Scroll view with UICenterOnChild.
2. Dots need to be outside the scroll view. Have a script that toggles them based on what UICenterOnChild is currently centered on.
Title: Re: UIScrollView with dots Indicator
Post by: SoldierFox on January 26, 2017, 05:01:16 AM
Thanks...... 8)