UIPageControl current page indicator not moving
Update There was a hidden UIPageControl and the variable was 开发者_Go百科wired to that one.
I have a UIPageControl, but doesn't matter what value I gave to the currentPage property, the white dot never moves.
Did you remember to connect the UIPageControl to the appropriate IBOutlet in Interface Builder? You can easily check this from the debugger by checking whether the outlet has a value or is nil.
精彩评论