Author Topic: UIScrollView with dots Indicator  (Read 1770 times)

SoldierFox

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
UIScrollView with dots Indicator
« on: January 25, 2017, 05:14:02 AM »
Hello All.
Thanks for reading.
I want design my scrollview with dots indicator like this gif.

Anyone have a idea for this situation?
Thank you very much.... :)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIScrollView with dots Indicator
« Reply #1 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.

SoldierFox

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Re: UIScrollView with dots Indicator
« Reply #2 on: January 26, 2017, 05:01:16 AM »
Thanks...... 8)