I need to show the current number of View how can i do this??
I think this method is usual, because notifies me when an animation ends
-(void)pageViewController:(UIPageViewController *)pageViewController
didFinishAnimating:(BOOL)finished
previousViewControllers:(NSArray *)previousViewControllers
transitionCompleted:(BOOL)completed{
}