jeffaburt/UIPageViewController-Post

Clicking on Dots

Closed this issue · 1 comments

Clicking on the dots though doesn't do anything though.

Even when connecting the UIPageControl either from IB or from Code addTarget nothing fires. Any idea on how to make them clickable?

Guess the child is getting the events, just the page control is added to the parent, so I can't delegate those back...?

You are absolutely correct. Thanks for the great find! I fixed this in commit 94bec1e.

PS: I used addTarget, and subscribed to the ValueChanged control event.