views:

38

answers:

0

Hey guys , I am using the UIPagecontrol with a scrollview. It works well , but there is this one scenario the white does not get highlighted. It happens after we go to a another view from the scrollview and then comes back and reload data. The white does not appear but the number of pages appear correctly. But it gets highlighted ,if I swipe the scrollview.

I have correctly set the number of pages and current page correctly. I am doing this from the main thread. Furthermore, I have tried to update the page control using a timer and I've tried updateCurrentPageDisplay. But no luck.

So any suggestions ? ...